aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--desktop/core/io/midi.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop/core/io/midi.js b/desktop/core/io/midi.js
index f05f932..9ccf764 100644
--- a/desktop/core/io/midi.js
+++ b/desktop/core/io/midi.js
@@ -138,7 +138,6 @@ export default function Midi (terminal) {
for (let id = 0; id < 6; id++) {
if (this.ticks[id]) { clearTimeout(this.ticks[id]) }
this.ticks[id] = setTimeout(() => { this.outputDevice().send([0xF8], 0) }, parseInt(id) * frameFrag)
- console.log('MIDI', 'send ticks:')
}
}