]> Creatis software - clitk.git/commitdiff
remove useless logs
authorschaerer <schaerer>
Wed, 10 Mar 2010 09:38:18 +0000 (09:38 +0000)
committerschaerer <schaerer>
Wed, 10 Mar 2010 09:38:18 +0000 (09:38 +0000)
vv/vvSlicerManager.cxx
vv/vvSlicerManagerCommand.cxx

index 9b466912e700ecff0b3920db9deb0555995d36df..2622c6b9b7459c70c80da89383568216682b0388 100644 (file)
@@ -339,7 +339,6 @@ void vvSlicerManager::SetSlicerWindow(int i, vtkRenderWindow* RW)
 void vvSlicerManager::SetInteractorStyleNavigator(int i, vtkInteractorStyle* style)
 {
     vvSlicerManagerCommand *smc = vvSlicerManagerCommand::New();
-    std::cerr << smc << ":" << i << "  " << this << endl;
     smc->SM = this;
     smc->SetSlicerNumber(i);
     mSlicers[i]->GetRenderWindow()->GetInteractor()->SetInteractorStyle(style);
index 862c10cbda9a8c341cd7db339d985eae1c12ff04..32ef0593eaa09dbb3ae6cebe2e79de069ac18130 100644 (file)
@@ -182,7 +182,6 @@ void vvSlicerManagerCommand::Execute(vtkObject *caller,
                 }
                 if (KeyPress == "minus")
                 {
-                    std::cout << "KeyPress : - " << std::endl;
                     this->SM->SetColorWindow(-this->SM->GetColorWindow());
                     this->SM->SetColorMap(-1);
                     this->SM->UpdateWindowLevel();
@@ -262,7 +261,6 @@ void vvSlicerManagerCommand::Execute(vtkObject *caller,
 
                 if (KeyPress == "F1")
                 {
-                    //std::cerr << this << ":" << this->SM->GetId() << "\t" << VisibleInWindow << endl;
                     this->SM->GetSlicer(VisibleInWindow)->GetAnnotation()->SetText(2,"Sagital\n<slice>");
                     this->SM->GetSlicer(VisibleInWindow)->SetSliceOrientation(0);
                     this->SM->UpdateSliceRange(VisibleInWindow);