summaryrefslogtreecommitdiff
path: root/libs/evoral
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-07-26 16:24:41 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-07-26 16:24:41 +0000
commit921358a5f35beebbed54082f8e55fec9c7758670 (patch)
tree36056f021fd3d24777cd19eccb0b5a2b4f77d236 /libs/evoral
parentdf78f284ee2707154cd56b2b25340f2fe8a8b6d2 (diff)
remove remnant of MIDI I/O debugging
git-svn-id: svn://localhost/ardour2/branches/3.0@9937 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral')
-rw-r--r--libs/evoral/src/Sequence.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/evoral/src/Sequence.cpp b/libs/evoral/src/Sequence.cpp
index d1fd64382b..00ae5d5cfa 100644
--- a/libs/evoral/src/Sequence.cpp
+++ b/libs/evoral/src/Sequence.cpp
@@ -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: