diff --git a/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx b/Modules/Learning/Supervised/include/otbLibSVMMachineLearningModel.txx index 520441d9c215edafd39c9b3e8c327ffe86b3a19c..0cf15f4110ffaaa18d27443003ad0778a8de0fdc 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));