]> Creatis software - creaMaracasVisu.git/blobdiff - bbtk/src/bbmaracasvisuHistogramView.cxx
#3144 creaMaracasVisu Bug New Normal - changeWx28to30
[creaMaracasVisu.git] / bbtk / src / bbmaracasvisuHistogramView.cxx
index a3101688aea46ff005d287fcd95816e711111bb7..f9c399481a5045b8635e65d305bd48db13e8c95d 100644 (file)
@@ -36,14 +36,12 @@ BBTK_BLACK_BOX_IMPLEMENTATION(HistogramView,bbtk::WxBlackBox);
 //------------------------------------------------
 void HistogramView::Process()
 {
-printf("EED HistogramView::Process Start \n");
        if (firsttime==true)
        {
                firsttime=false;
        //      histogram_wxwidget = new Histogram( wxpanel , -1, wxPoint(0,0), wxSize(400,400),wxNO_BORDER );
                _histogramMinMaxLevel->Configure( bbGetInputIn() );
        }
-printf("EED HistogramView::Process End \n");
 }
 
 //------------------------------------------------
@@ -88,4 +86,3 @@ void HistogramView::CreateWidget(wxWindow* parent)
 }
 // EO namespace bbcreaMaracasVisu
 
-