]> Creatis software - bbtkGEditor.git/blobdiff - appli/bbEditor/bbEditor.cxx
Bug #1689
[bbtkGEditor.git] / appli / bbEditor / bbEditor.cxx
index f150f263f0791f99372a84fe021da12866f6ef18..88dd4c1c78a395328ea6613e913f264d40e871b1 100644 (file)
@@ -15,7 +15,6 @@ class wxBBEditorApp : public wxApp
 public:
   bool OnInit( );
   int  OnExit() { return true; }
-
 };
 
 IMPLEMENT_APP(wxBBEditorApp);
@@ -39,12 +38,9 @@ bool wxBBEditorApp::OnInit( )
 #endif
 
        bbtk::wxGUIEditorGraphicBBS *iegbbs;
-printf("EED wxBBEditorApp::OnInit 0\n");
        iegbbs = new bbtk::wxGUIEditorGraphicBBS(NULL);
-printf("EED wxBBEditorApp::OnInit 1\n");
        SetTopWindow(iegbbs);
        iegbbs->Show(true);
-printf("EED wxBBEditorApp::OnInit 2\n");
 
        return true;
 }