From 0ba876bec54ad9a992ed4ae2aa016b54982154d7 Mon Sep 17 00:00:00 2001 From: Romulo Pinho Date: Thu, 26 May 2011 15:28:03 +0200 Subject: [PATCH] just removed some debugging messages --- vv/vvMainWindow.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 00e7e1a..44b74fe 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -1103,9 +1103,7 @@ void vvMainWindow::ImageInfoChanged() infoPanel->setOrigin(GetVectorDoubleAsString(origin)); infoPanel->setSpacing(GetVectorDoubleAsString(inputSpacing)); infoPanel->setNPixel(QString::number(NPixel)+" ("+inputSizeInBytes+")"); - std::cout << "Will get transform " << std::endl; transformation = imageSelected->GetTransform()->GetMatrix(); - std::cout << "Got transform " << std::endl; infoPanel->setTransformation(Get4x4MatrixDoubleAsString(transformation)); landmarksPanel->SetCurrentLandmarks(mSlicerManagers[index]->GetLandmarks(), -- 2.45.1