comment out debug printf

This commit is contained in:
dickelbeck 2007-09-09 02:23:49 +00:00
parent 30c6c78c29
commit 75e6ef1d2d
1 changed files with 1 additions and 1 deletions

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