From b6eede26fa2289406a247b33f21c3e7453f1118e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 23 Sep 2010 22:54:47 +0000 Subject: [PATCH] Remove debugging code. git-svn-id: svn://localhost/ardour2/branches/3.0@7834 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/evoral/src/SMF.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/evoral/src/SMF.cpp b/libs/evoral/src/SMF.cpp index f2e12fdeb6..d8fafee578 100644 --- a/libs/evoral/src/SMF.cpp +++ b/libs/evoral/src/SMF.cpp @@ -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; } } }