Remove debugging code.
authorCarl Hetherington <carl@carlh.net>
Thu, 23 Sep 2010 22:54:47 +0000 (22:54 +0000)
committerCarl Hetherington <carl@carlh.net>
Thu, 23 Sep 2010 22:54:47 +0000 (22:54 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@7834 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/evoral/src/SMF.cpp

index f2e12fdeb696c044d0465cdde75a0507e2e0ada9..d8fafee5781588c31ca01d7c9c557df4a48a2a24 100644 (file)
@@ -237,7 +237,6 @@ SMF::read_event(uint32_t* delta_t, uint32_t* size, uint8_t** buf, event_id_t* no
                                 if (event->midi_buffer[2] == 6) { // 6 bytes following
                                         if (event->midi_buffer[3] == 0x1) { // Evoral Note ID
                                                 *note_id = unmidify_note_id  (&event->midi_buffer[4]);
-                                                cerr << "Loaded Event ID " << *note_id << endl;
                                         }
                                 }
                         }