remove debug output
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user