Commit 00ba9c70 authored by dickelbeck's avatar dickelbeck

no printfs in release build

parent 2a45c248
...@@ -269,7 +269,7 @@ void WinEDA_SchematicFrame::SaveProject( ) ...@@ -269,7 +269,7 @@ void WinEDA_SchematicFrame::SaveProject( )
for( screen = ScreenList.GetFirst(); screen != NULL; for( screen = ScreenList.GetFirst(); screen != NULL;
screen = ScreenList.GetNext() ) screen = ScreenList.GetNext() )
{ {
printf("SaveEEFile, %s\n", CONV_TO_UTF8(screen->m_FileName) ); D(printf("SaveEEFile, %s\n", CONV_TO_UTF8(screen->m_FileName) );)
SaveEEFile( screen, FILE_SAVE_AS ); SaveEEFile( screen, FILE_SAVE_AS );
} }
......
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