From 0c0e5be2e950fcf5a002971c9cb66967e8f24a66 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 7 May 2009 12:24:58 +0000 Subject: [PATCH] Gah. Remove debug output from previous commit. git-svn-id: svn://localhost/ardour2/branches/3.0@5058 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc index e88a469b92..370f1ff701 100644 --- a/gtk2_ardour/ardour_ui.cc +++ b/gtk2_ardour/ardour_ui.cc @@ -1921,7 +1921,6 @@ ARDOUR_UI::snapshot_session () } if (do_save) { - std::cout << "DOING IT!" << std::endl; save_state (snapname); } break;