From: Eduardo DAVILA Date: Mon, 3 May 2021 14:50:56 +0000 (+0200) Subject: Clean code X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2dd2633fa3c6c6861a6ce62f1055d867bed534de;p=bbtk.git Clean code --- diff --git a/packages/std/src/bbstdVectorFilterDouble.cxx b/packages/std/src/bbstdVectorFilterDouble.cxx index c9b6fec..59f0fe1 100644 --- a/packages/std/src/bbstdVectorFilterDouble.cxx +++ b/packages/std/src/bbstdVectorFilterDouble.cxx @@ -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 * > pLstVec; std::vector< std::vector * > pLstVecOut; std::vector In0 = bbGetInputIn0();