]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxStaticBox.cxx
#2696 BBTK Bug New Normal - BoxChange BoxExecute not responding at the second actio...
[bbtk.git] / packages / wx / src / bbwxStaticBox.cxx
index 2809ed26a64d386b824291554ecf56a3e86bcaa4..69a8b1f608ee29170f6694b9b98d9c82dfebfcb3 100644 (file)
@@ -23,7 +23,6 @@ namespace bbwx
 //===== 
   void StaticBox::CreateWidget(wxWindow* parent)
   {
-    std::cout << "creating..." << std::endl;
     wxPanel *w=new wxPanel(
       parent, //bbGetWxParent(),
       -1
@@ -56,7 +55,6 @@ namespace bbwx
   {
     bbSetInputBoxTitle("");
     bbSetInputBoxContent(NULL);
-    std::cout << "initialized"<<std::endl;
   }
 //===== 
 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)