Browse Source

comment out debug printf

pull/1/head
dickelbeck 18 years ago
parent
commit
75e6ef1d2d
  1. 2
      common/base_screen.cpp

2
common/base_screen.cpp

@ -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…
Cancel
Save