From: Romulo Pinho Date: Thu, 26 May 2011 13:28:03 +0000 (+0200) Subject: just removed some debugging messages X-Git-Tag: v1.3.0~341 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=0ba876bec54ad9a992ed4ae2aa016b54982154d7;p=clitk.git just removed some debugging messages --- 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(),