Skip to content
Snippets Groups Projects
Commit 45a63eaf authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: remove traces

parent 5d9b689e
Branches
Tags
No related merge requests found
......@@ -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])
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment