diff --git a/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx b/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx
index 38f8199de3964b008441c826093c4955d11271f6..50a0807a2cada20315113de50e9add13c80810b3 100644
--- a/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx
+++ b/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx
@@ -228,7 +228,6 @@ private:
       input->PushBack(mv);
       }
 
-	std::cout << input->GetMeasurementVector(0) << std::endl;
     // Statistics for shift/scale
     MeasurementType meanMeasurementVector;
     MeasurementType stddevMeasurementVector;
@@ -259,7 +258,6 @@ private:
     otbAppLogINFO("Loading model");
     m_Model = MachineLearningModelFactoryType::CreateMachineLearningModel(GetParameterString("model"),
                                                 MachineLearningModelFactoryType::ReadMode);
-	std::cout << "model_loaded" << std::endl;
 	
     if (m_Model.IsNull())
       {