From: eduardo.davila@creatis.insa-lyon.fr Date: Tue, 5 Nov 2024 09:31:03 +0000 (+0100) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0ded51552241363cf4fac8c6e142a63b19ed3bc2;p=creaContours.git Clean code --- diff --git a/bbtk/src/bbcreaContoursSetViewerPosition.cxx b/bbtk/src/bbcreaContoursSetViewerPosition.cxx index 88b7058..835112b 100644 --- a/bbtk/src/bbcreaContoursSetViewerPosition.cxx +++ b/bbtk/src/bbcreaContoursSetViewerPosition.cxx @@ -58,7 +58,6 @@ void SetViewerPosition::Process() slice = round( slice/bbGetInputJump() ) * bbGetInputJump() + bbGetInputShift(); bbGetInputwxContourMainFrame()->setConceptValue( "Axe Depth", slice ); bbGetInputwxContourMainFrame()->SetXY(x,dimY-z-1); - printf("EED SetViewerPosition::Process flag2 %d %d %d\n",x,y,z); } // if Direction1 if (bbGetInputDirection()==2)