From 4a7f1db47eec2fc7ae540839e8a19edbf8dad128 Mon Sep 17 00:00:00 2001 From: Jordi Inglada <jordi.inglada@cesbio.cnes.fr> Date: Mon, 2 Oct 2017 16:12:19 +0200 Subject: [PATCH] STYLE: remove output to std::out --- .../Applications/AppClassification/app/otbVectorClassifier.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx b/Modules/Applications/AppClassification/app/otbVectorClassifier.cxx index 38f8199de3..50a0807a2c 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()) { -- GitLab