From: David Sarrut Date: Fri, 30 Mar 2012 13:19:01 +0000 (+0200) Subject: Remove std::cout X-Git-Tag: v1.3.0~52^2~8 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=9b0c1e68a5406bab48d7e4a6d5a22baa3a31d027;p=clitk.git Remove std::cout --- diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 436a89f..e9d4e8d 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -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; } //------------------------------------------------------------------------------