remove remnant of MIDI I/O debugging
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 26 Jul 2011 16:24:41 +0000 (16:24 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 26 Jul 2011 16:24:41 +0000 (16:24 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9937 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/evoral/src/Sequence.cpp

index d1fd64382bc642d436de2073013389a8bb29e429..00ae5d5cfa8489cf51953a8135d35fc434b4fbca 100644 (file)
@@ -639,8 +639,6 @@ Sequence<Time>::end_write (StuckNoteOption option, Time when)
                         typename Notes::iterator next = n;
                         ++next;
                        
-                       cerr << "!!!!!!! note length = " << (*n)->length() << endl;
-
                         if ((*n)->length() == 0) {
                                switch (option) {
                                case Relax: