Sshh.
authorDavid Robillard <d@drobilla.net>
Thu, 22 Oct 2009 16:14:00 +0000 (16:14 +0000)
committerDavid Robillard <d@drobilla.net>
Thu, 22 Oct 2009 16:14:00 +0000 (16:14 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@5856 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/midi_track.cc

index d0f80e4256d2c2d63f722ca970bc7ea59885de54..5cafe9c81deb789cf26c22e99108eaf6f67630ca 100644 (file)
@@ -211,8 +211,6 @@ MidiTrack::_set_state (const XMLNode& node, int version, bool call_base)
                   an old one.
                */
 
-               cerr << "\n\n\n\n MIDI track " << name() << " found DS id " << id << endl;
-
                if (id == zero) {
                        use_new_diskstream ();
                } else if (use_diskstream (id)) {