7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 00:30:01 +00:00

comment out Show() on load

This commit is contained in:
dickelbeck 2008-05-17 19:12:05 +00:00
parent 2fa6f00bd6
commit b98834b6ab

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