]> Creatis software - clitk.git/commitdiff
just removed some debugging messages
authorRomulo Pinho <pinho@lyon.fnclcc.fr>
Thu, 26 May 2011 13:28:03 +0000 (15:28 +0200)
committerRomulo Pinho <pinho@lyon.fnclcc.fr>
Thu, 26 May 2011 13:28:03 +0000 (15:28 +0200)
vv/vvMainWindow.cxx

index 00e7e1afb387e01560cc594ee8a347acbc663fca..44b74febfa15af6eb69341c771da6c2cf4aec5b1 100644 (file)
@@ -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(),