summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-04-14 17:33:22 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commitfe8c70e6fc864db4950ad03bad14071dfdecbefc (patch)
treeedeb3c97c5a896a5025de32c96b6c01d40277ef7 /libs
parente2f33cdc8bca71f11036ba22acb17551d6deb5a7 (diff)
remove debug output
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/session_state.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 8e1f86dde8..24d6efbc38 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -1841,7 +1841,6 @@ Session::XMLRouteFactory_2X (const XMLNode& node, int version)
} else {
PresentationInfo::Flag flags = PresentationInfo::get_flags (node);
- cerr << "Creating a new bus\n";
boost::shared_ptr<Route> r (new Route (*this, X_("toBeResetFroXML"), flags));
if (r->init () == 0 && r->set_state (node, version) == 0) {