coreaudio: remove debug output

This commit is contained in:
Paul Davis 2016-01-08 09:39:55 -05:00
parent cae2f82278
commit 63cbe11c67

View File

@ -2103,9 +2103,7 @@ void* CoreMidiPort::get_buffer (pframes_t /* nframes */)
}
std::sort ((_buffer[_bufperiod]).begin (), (_buffer[_bufperiod]).end (), MidiEventSorter());
}
if (!_buffer[_bufperiod].empty()) {
fprintf (stderr, "COREMIDI: %s have data in buffer (%d events)\n", name().c_str(), _buffer[_bufperiod].size());
}
return &(_buffer[_bufperiod]);
}