Commit 75e6ef1d authored by dickelbeck's avatar dickelbeck

comment out debug printf

parent 30c6c78c
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment