]> Creatis software - bbtk.git/commitdiff
Clean code
authorEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 3 May 2021 14:50:56 +0000 (16:50 +0200)
committerEduardo DAVILA <eduardo.davila@creatis.insa-lyon.fr>
Mon, 3 May 2021 14:50:56 +0000 (16:50 +0200)
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();