From: Eduardo DAVILA Date: Mon, 12 Jun 2023 15:44:29 +0000 (+0200) Subject: Clean Code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=01327edc39b9d74f006a2f1b554e232b7fa6a8da;p=creaMaracasVisu.git Clean Code --- diff --git a/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx b/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx index 6910717..3b9ad12 100644 --- a/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx +++ b/bbtk/src/bbcreaMaracasVisuColorLayerImageView.cxx @@ -75,7 +75,6 @@ BBTK_BLACK_BOX_IMPLEMENTATION(ColorLayerImageView,bbtk::WxBlackBox); //===== void ColorLayerImageView::Process() { - printf("EED ColorLayerImageView::Process Start %s\n", bbGetFullName().c_str()); if (bbGetInputIn()!=NULL) { if ( !( (bbGetInputWxVtkBaseView()==NULL) && (bbGetInputWxVtkBaseView1()==NULL) && (bbGetInputWxVtkBaseView2()==NULL)) ) { @@ -119,11 +118,7 @@ void ColorLayerImageView::Process() } else { printf("EED Error!!! ColorLayerImageView::Process (%s) Missing Inputs: WxVtkBaseView , WxVtkBaseView1 , WxVtkBaseView2 \n", bbGetFullName().c_str() ); }// if xxVtkBaseView - } // if In - - printf("EED ColorLayerImageView::Process End \n"); - } //===== // Don't edit this file. This file is generated from xml description..