mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
remove debugging output
git-svn-id: svn://localhost/ardour2/branches/3.0@11718 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1b830d5942
commit
377f407a2f
1 changed files with 0 additions and 2 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue