Fix assert. Remove some debug output.
[ardour.git] / libs / ardour / midi_diskstream.cc
index e916fef263b9986de441286772e69d5a885723bf..52b93015c8278003ff86e7f3737f9605fe6f8494 100644 (file)
@@ -750,9 +750,6 @@ MidiDiskstream::read (framepos_t& start, nframes_t dur, bool reversed)
                                // Synthesize LoopEvent here, because the next events
                                // written will have non-monotonic timestamps.
                                _playback_buf->write(loop_end - 1, LoopEventType, sizeof (framepos_t), (uint8_t *) &loop_start);
-                               cout << "Pushing LoopEvent ts=" << loop_end-1
-                                    << " start+this_read " << start+this_read << endl;
-
                                start = loop_start;
                        } else {
                                start += this_read;