13
0

remove debugging output

git-svn-id: svn://localhost/ardour2/branches/3.0@11718 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-03-17 12:26:42 +00:00
parent 1b830d5942
commit 377f407a2f

View File

@ -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)) {