Commit 00ba9c70 authored by dickelbeck's avatar dickelbeck
Browse files

no printfs in release build

parent 2a45c248
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 );
    }