summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-07 12:24:58 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-07 12:24:58 +0000
commit0c0e5be2e950fcf5a002971c9cb66967e8f24a66 (patch)
treefde94bcc2f0c917bd498e47096b3953f9adf3d00 /gtk2_ardour/ardour_ui.cc
parent2cea8620b5eda7cb0aca53cbdd219b68e49fb242 (diff)
Gah. Remove debug output from previous commit.
git-svn-id: svn://localhost/ardour2/branches/3.0@5058 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour_ui.cc')
-rw-r--r--gtk2_ardour/ardour_ui.cc1
1 files changed, 0 insertions, 1 deletions
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;