summaryrefslogtreecommitdiff
path: root/libs/evoral/src/SMF.cpp
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-09-23 22:54:47 +0000
committerCarl Hetherington <carl@carlh.net>2010-09-23 22:54:47 +0000
commitb6eede26fa2289406a247b33f21c3e7453f1118e (patch)
tree347efa19f8d7298a152e9736b7f6e8f0ae386d56 /libs/evoral/src/SMF.cpp
parentcf4091a03a32fea23f215279af8f527ea7fa6cec (diff)
Remove debugging code.
git-svn-id: svn://localhost/ardour2/branches/3.0@7834 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral/src/SMF.cpp')
-rw-r--r--libs/evoral/src/SMF.cpp1
1 files changed, 0 insertions, 1 deletions
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;
}
}
}