mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-01 19:37:45 +01:00
remove debug output
This commit is contained in:
parent
8dae6e65bf
commit
c2bcb1a0f6
1 changed files with 0 additions and 1 deletions
|
|
@ -1838,7 +1838,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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue