remove debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@11718 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -614,8 +614,6 @@ IO::set_state (const XMLNode& node, int version)
|
||||
return -1;
|
||||
}
|
||||
|
||||
cerr << "IO::set state, connecting legal ? " << connecting_legal << endl;
|
||||
|
||||
if (connecting_legal) {
|
||||
|
||||
if (make_connections (node, version, false)) {
|
||||
|
||||
Reference in New Issue
Block a user