]> Creatis software - bbtk.git/commitdiff
Clean Code
authorEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 12 Jun 2023 13:10:38 +0000 (15:10 +0200)
committerEduardo DAVILA <davila@creatis.insa-lyon.fr>
Mon, 12 Jun 2023 13:10:38 +0000 (15:10 +0200)
packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.cxx

index a589a47453ba17e6fc4202b533ae8447acc32e59..9fb4792a1d993cc6df600f32cadd8b49581cd39f 100644 (file)
@@ -14,7 +14,6 @@ BBTK_BLACK_BOX_IMPLEMENTATION(GeodesicMeshDeformation,bbtk::AtomicBlackBox);
 //===== 
 void GeodesicMeshDeformation::Process()
 {
-printf("PG GeodesicMeshDeformation::Process START \n");
 // THE MAIN PROCESSING METHOD BODY
 //   Here we simply set the input 'In' value to the output 'Out'
 //   And print out the output value
@@ -220,7 +219,6 @@ printf("PG GeodesicMeshDeformation::Process START \n");
                        }// if ffmFilter != NULL
         } // if distance_x y z  != 0
     } // In != NULL    ok    active
-    printf("PG GeodesicMeshDeformation::Process 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)