From 377f407a2fed2da355537b1f87772783a4c8b005 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 17 Mar 2012 12:26:42 +0000 Subject: [PATCH] remove debugging output git-svn-id: svn://localhost/ardour2/branches/3.0@11718 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/io.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/io.cc b/libs/ardour/io.cc index 93ab043308..a278852e77 100644 --- a/libs/ardour/io.cc +++ b/libs/ardour/io.cc @@ -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)) {