From fe333c17fe30eb4e27b378105b61f65b961c1821 Mon Sep 17 00:00:00 2001
From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org>
Date: Tue, 11 Sep 2012 14:26:30 +0200
Subject: [PATCH] BUG: remove cout from OpticalCalibration application

---
 Applications/Radiometry/otbOpticalCalibration.cxx | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Applications/Radiometry/otbOpticalCalibration.cxx b/Applications/Radiometry/otbOpticalCalibration.cxx
index dda196c4a7..e529ef312f 100644
--- a/Applications/Radiometry/otbOpticalCalibration.cxx
+++ b/Applications/Radiometry/otbOpticalCalibration.cxx
@@ -242,9 +242,6 @@ namespace otb
               else
                 {
                   m_ReflectanceToSurfaceReflectanceFilter->SetFilterFunctionCoef(lImageMetadataInterface->GetSpectralSensitivity());
-                  OpticalImageMetadataInterface::WavelengthSpectralBandVectorType tmp = lImageMetadataInterface->GetSpectralSensitivity();
-                  std::cout << "ICI" << std::endl;
-                  std::cout << "tmp->GetNthElement(0)->GetFilterFunctionValues()[0] " << tmp->GetNthElement(0)->GetFilterFunctionValues()[0] << std::endl;
                 }
 
               // Aeronet file
-- 
GitLab