diff --git a/src/ThreadVisualisation.cpp b/src/ThreadVisualisation.cpp
index 4efc0ced2214a7b72644c70005c99c3409fdd294..6ab70c6394aac62b95ec4884148fc0aae78cabeb 100644
--- a/src/ThreadVisualisation.cpp
+++ b/src/ThreadVisualisation.cpp
@@ -140,7 +140,6 @@ void ThreadVisualisation::slotSetFrameRate(float fps)
 
 void ThreadVisualisation::run()
 {
-     std::cout << "RUN " << _runningTime << "\n";
     //deactivate the output windows
     vtkObject::GlobalWarningDisplayOff();
 
@@ -339,7 +338,7 @@ void ThreadVisualisation::run()
 
     QObject::connect(renderingTimer, SIGNAL(signalRenderingTime(int)),
                      this->parent(), SLOT(slotRenderingTime(int)));
-   std::cout << "timer " << timer << "\n";
+
     // Create my interactor style
     InteractorStyle* style = InteractorStyle::New();
     _renderWinInteractor->SetInteractorStyle( style );