]> Creatis software - creaVtk.git/blobdiff - bbtk_creaVtk_PKG/src/bbcreaVtkApplyTransformToPoint3D.cxx
Clean code
[creaVtk.git] / bbtk_creaVtk_PKG / src / bbcreaVtkApplyTransformToPoint3D.cxx
index ae0477251888541add8eb0eb6613bbd5c5e7adc8..6b662675b5296a36a29011b1a1a9cb81ec4627f6 100644 (file)
@@ -31,8 +31,6 @@ void ApplyTransformToPoint3D::Process()
 //    std::cout << "Output value = " <<bbGetOutputOut() << std::endl;
 
 
-       printf("EED ApplyTransformToPoint3D::Process Start\n ");
-
        if ((bbGetInputPoint().size()==3) && (bbGetInputDirectionInPoint().size()==3) )
        {
                double point[3] , newPoint[3];
@@ -59,8 +57,6 @@ void ApplyTransformToPoint3D::Process()
        } else {
                printf("EED Warning!  ApplyTransformToPoint3D::Process  Incoherent sizes  Point(3)=%d  DirectionInPoint(3)=%d\n", bbGetInputPoint().size(),bbGetInputDirectionInPoint().size() );
        }// if Point size
-       printf("EED ApplyTransformToPoint3D::Process End\n ");
-  
 }
 
 //=====