diff --git a/Code/Visualization/otbHistogramActionHandler.h b/Code/Visualization/otbHistogramActionHandler.h index f61ab1807b819456c46d38be8ad01ebd76ff7e23..a64eeb45ea3f3bb85e341028400ef65dbd49690a 100644 --- a/Code/Visualization/otbHistogramActionHandler.h +++ b/Code/Visualization/otbHistogramActionHandler.h @@ -157,9 +157,6 @@ public: m_RenderingFunction->SetParameters(param); } } - std::cout <<"left Abcisse : "<< m_LeftAsymptote->GetAbcisse() - << " right abisse : "<< m_RightAsymptote->GetAbcisse() - << std::endl; return true; } }