From 9e3028e289fdda59ecf84e31be633483a27f9232 Mon Sep 17 00:00:00 2001 From: Eduardo DAVILA Date: Mon, 12 Jun 2023 15:10:38 +0200 Subject: [PATCH] Clean Code --- packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.cxx b/packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.cxx index a589a47..9fb4792 100644 --- a/packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.cxx +++ b/packages/itkvtk/src/bbitkvtkGeodesicMeshDeformation.cxx @@ -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) -- 2.45.1