]> Creatis software - creaVtk.git/commitdiff
Clean Comments
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 7 Dec 2020 14:35:35 +0000 (15:35 +0100)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 7 Dec 2020 14:35:35 +0000 (15:35 +0100)
bbtk_creaVtk_PKG/src/bbcreaVtkTurnImage.cxx

index 35870de60313c0daaff32fbdc6e823db6573026b..d64a3c7dc3fb8953b886cb95a29e5f0fe7cbfe3f 100644 (file)
@@ -31,9 +31,6 @@ void TurnImage::Process()
 //    bbSetOutputOut( bbGetInputIn() );
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
 
-
-printf("EED TurnImage::Proces Start\n");
-
   
        if (bbGetInputIn()!=NULL)
        {
@@ -105,9 +102,6 @@ printf("EED TurnImage::Proces Start\n");
        } else {
                bbSetOutputOut(NULL);
        }// if In!=NULL
-
-printf("EED TurnImage::Proces End\n");
-
 }
 //===== 
 // 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)