]> Creatis software - clitk.git/blobdiff - vv/vvMainWindow.cxx
Fixed uint portability issue
[clitk.git] / vv / vvMainWindow.cxx
index e91e9b47e5bfac36bbe2c0b2c8fb4fd0d65bd84b..bbbb2d8f4d89979c1f42bdd1a91eb306cfdc0174 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;
 }
 
 //------------------------------------------------------------------------------