From 95c9ed39f813cd2a90d5dfbee394b50425627e8e Mon Sep 17 00:00:00 2001 From: schaerer Date: Wed, 10 Mar 2010 09:38:18 +0000 Subject: [PATCH] remove useless logs --- vv/vvSlicerManager.cxx | 1 - vv/vvSlicerManagerCommand.cxx | 2 -- 2 files changed, 3 deletions(-) diff --git a/vv/vvSlicerManager.cxx b/vv/vvSlicerManager.cxx index 9b46691..2622c6b 100644 --- a/vv/vvSlicerManager.cxx +++ b/vv/vvSlicerManager.cxx @@ -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); diff --git a/vv/vvSlicerManagerCommand.cxx b/vv/vvSlicerManagerCommand.cxx index 862c10c..32ef059 100644 --- a/vv/vvSlicerManagerCommand.cxx +++ b/vv/vvSlicerManagerCommand.cxx @@ -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"); this->SM->GetSlicer(VisibleInWindow)->SetSliceOrientation(0); this->SM->UpdateSliceRange(VisibleInWindow); -- 2.45.1