no printfs in release build

This commit is contained in:
dickelbeck 2008-03-31 13:43:21 +00:00
parent 2a45c24880
commit 00ba9c70f8
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ void WinEDA_SchematicFrame::SaveProject( )
for( screen = ScreenList.GetFirst(); screen != NULL;
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 );
}