Remove debug message

This commit is contained in:
Robin Gareus 2020-07-12 21:44:31 +02:00
parent 89a7c41175
commit 9d7ca1dfa9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -207,8 +207,6 @@ MidiTracer::tracer (Parser&, byte* msg, size_t len, samplecnt_t now)
size_t bufsize;
size_t s;
std::cerr << "tracer msg " << len << " bytes, first = " << hex << (int) msg[0] << dec << std::endl;
buf = (char *) buffer_pool.alloc ();
bufsize = buffer_size;