comment out debug printf
This commit is contained in:
parent
30c6c78c29
commit
75e6ef1d2d
|
@ -559,7 +559,7 @@ EDA_BaseStruct* BASE_SCREEN::GetItemFromRedoList()
|
|||
void BASE_SCREEN::SetCurItem( EDA_BaseStruct* aCurItem )
|
||||
{
|
||||
|
||||
#if defined(DEBUG)
|
||||
#if 0 && defined(DEBUG)
|
||||
printf( "SetCurItem(%p)\n", aCurItem );
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue