remove debugging output
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 17 Mar 2012 12:26:42 +0000 (12:26 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 17 Mar 2012 12:26:42 +0000 (12:26 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@11718 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/io.cc

index 93ab043308d1c4b89ddef72a1eae82de25c7e5f0..a278852e779db0d4ac3e28a35ede81b6ed8f1857 100644 (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)) {