From fe8c70e6fc864db4950ad03bad14071dfdecbefc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 14 Apr 2017 17:33:22 +0100 Subject: remove debug output --- libs/ardour/session_state.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/session_state.cc') 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 r (new Route (*this, X_("toBeResetFroXML"), flags)); if (r->init () == 0 && r->set_state (node, version) == 0) { -- cgit v1.2.3