]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdVectorFilterDouble.cxx
Clean code
[bbtk.git] / packages / std / src / bbstdVectorFilterDouble.cxx
index c9b6fecda62a3e8e653e7e1f422da557d70fed4f..59f0fe17abb3d45b0968676330a3441c440db4ce 100644 (file)
@@ -28,8 +28,6 @@ void VectorFilterDouble::Process()
 //    * TYPE is the C++ type of the input/output
 //      (the one provided in the attribute 'type' of the tag 'input')
 
-printf("EED VectorFilterDouble::Process  bbGetInputType()=%d\n", bbGetInputType() );
-
        std::vector< std::vector<double> * >  pLstVec;  
        std::vector< std::vector<double> * >  pLstVecOut;  
        std::vector<double> In0 = bbGetInputIn0();