]> Creatis software - clitk.git/commitdiff
Remove std::cout
authorDavid Sarrut <david.sarrut@gmail.com>
Fri, 30 Mar 2012 13:19:01 +0000 (15:19 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Fri, 30 Mar 2012 13:19:01 +0000 (15:19 +0200)
vv/vvMainWindow.cxx

index 436a89f2ee1ead6b6fb892d1850b6de0d018ddbf..e9d4e8d8435ff075614b1de0cc49e5cc0f791214 100644 (file)
@@ -2357,8 +2357,6 @@ void vvMainWindow::SaveCurrentStateAs(const std::string& stateFile)
 {
   vvSaveState save_state;
   save_state.Run(this, stateFile);
-  
-  std::cout << "void vvMainWindow::SaveCurrentState()" << std::endl;
 }
 
 //------------------------------------------------------------------------------