diff options
-rw-r--r-- | backends/midi/ym2612.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/midi/ym2612.cpp b/backends/midi/ym2612.cpp index af27860f60..fcdfa26f25 100644 --- a/backends/midi/ym2612.cpp +++ b/backends/midi/ym2612.cpp @@ -518,7 +518,6 @@ void Voice2612::nextTick(int *outbuf, int buflen) { if (!_opr[0]->inUse() && !_opr[1]->inUse() && !_opr[2]->inUse() && !_opr[3]->inUse()) { - printf ("Auto off\n"); _in_use = false; if (_owner) _owner->removeVoice (this); |