From 9b0c1e68a5406bab48d7e4a6d5a22baa3a31d027 Mon Sep 17 00:00:00 2001 From: David Sarrut Date: Fri, 30 Mar 2012 15:19:01 +0200 Subject: [PATCH] Remove std::cout --- vv/vvMainWindow.cxx | 2 -- 1 file changed, 2 deletions(-) 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; } //------------------------------------------------------------------------------ -- 2.47.1