]> Creatis software - cpPlugins.git/blobdiff - lib/cpPipelineEditor/BaseQtMainWindow.cxx
...
[cpPlugins.git] / lib / cpPipelineEditor / BaseQtMainWindow.cxx
index 0bd86218c0f9aab721e0b8fc6dcd36b9fd2154bf..b600c0ee12002dc33e7c09d49fec0a8cc5bf2ec7 100644 (file)
@@ -56,7 +56,6 @@ BaseQtMainWindow(
 
   // Prepare workspace
   this->m_Workspace.SetInterface( &( this->m_Interface ) );
-  this->m_Workspace.PrintExecutionOn( );
 }
 
 // -------------------------------------------------------------------------