From 45a63eaf02da67b5747f24e3ed35734f438b3624 Mon Sep 17 00:00:00 2001 From: Otmane Lahlou <otmane.lahlou@c-s.fr> Date: Wed, 1 Apr 2009 16:09:09 +0200 Subject: [PATCH] ENH: remove traces --- ViewerManager/View/otbImageViewerManagerViewGUI.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ViewerManager/View/otbImageViewerManagerViewGUI.cxx b/ViewerManager/View/otbImageViewerManagerViewGUI.cxx index d84736da29..259a70b7dd 100644 --- a/ViewerManager/View/otbImageViewerManagerViewGUI.cxx +++ b/ViewerManager/View/otbImageViewerManagerViewGUI.cxx @@ -1068,7 +1068,6 @@ ImageViewerManagerViewGUI this->CloseAllDisplayedImages(false); //Add the linked to the list - std::cout <<" leftChoice "<< leftChoice << " rightChoice " << rightChoice << std::endl; m_LinkedDisplayStatusList[leftChoice-1] = true; m_LinkedDisplayStatusList[rightChoice-1] = true; @@ -1088,13 +1087,6 @@ ImageViewerManagerViewGUI guiLinkSetupWindow->hide(); //Close the displays linked - - for(unsigned int i = 0; i<m_LinkedDisplayStatusList.size() ; i++) - if(m_LinkedDisplayStatusList[i]) - std::cout << "Display " << i << " is showed " <<std::endl; - else - std::cout << "Display " << i << " is UNDISLAYED " <<std::endl; - for(unsigned int i = 0; i<m_LinkedDisplayStatusList.size() ; i++) if(m_LinkedDisplayStatusList[i]) { -- GitLab