comment out Show() on load

This commit is contained in:
dickelbeck 2008-05-17 19:12:05 +00:00
parent 2fa6f00bd6
commit b98834b6ab
1 changed files with 1 additions and 1 deletions

View File

@ -473,7 +473,7 @@ bool WinEDA_SchematicFrame::LoadOneEEFile( SCH_SCREEN* screen, const wxString& F
screen->EEDrawList = Phead;
#if 1 && defined(DEBUG)
#if 0 && defined(DEBUG)
screen->Show( 0, std::cout );
#endif