7
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:
dickelbeck 2007-09-09 02:23:49 +00:00
parent 30c6c78c29
commit 75e6ef1d2d

View File

@ -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