mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-19 12:01:42 +00:00
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
Block a user