From faccb2ded2def4b1754aad366a57664807515635 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Wed, 12 Jul 2006 07:52:25 +0000 Subject: [PATCH] Suppression d'un printf. --- Code/FeatureExtraction/otbLineRatioDetectorImageFilter.txx | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/FeatureExtraction/otbLineRatioDetectorImageFilter.txx b/Code/FeatureExtraction/otbLineRatioDetectorImageFilter.txx index 34ee0caff3..8f977fcc19 100755 --- a/Code/FeatureExtraction/otbLineRatioDetectorImageFilter.txx +++ b/Code/FeatureExtraction/otbLineRatioDetectorImageFilter.txx @@ -67,7 +67,6 @@ double LineRatioDetectorImageFilter<TInputImage, TOutputImage, InterpolatorType> std::vector<double>::iterator m3It = m3->begin(); std::vector<double>::iterator m3End = m3->end(); - otbMsgDevMacro( << "Means " ); while( m1It!=m1End && m2It!=m2End && m3It!=m3End ) { -- GitLab