From b308833eb46c3281166d0d2925fc7d37cba4458d Mon Sep 17 00:00:00 2001 From: Guillaume Pasero <guillaume.pasero@c-s.fr> Date: Mon, 3 Aug 2015 14:54:41 +0200 Subject: [PATCH] ENH: noisy print --- .../Supervised/include/otbLibSVMMachineLearningModel.txx | 2 -- 1 file changed, 2 deletions(-) diff --git a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx index 520441d9c2..0cf15f4110 100644 --- a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx +++ b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx @@ -84,8 +84,6 @@ LibSVMMachineLearningModel<TInputValue,TOutputValue> { TargetSampleType target; - otbMsgDevMacro(<< "Starting iterations "); - MeasurementVectorFunctorType mfunctor; target = m_SVMestimator->GetModel()->EvaluateLabel(mfunctor(input)); -- GitLab