remove log

This commit is contained in:
Felix Roos 2023-09-14 16:28:47 +02:00
parent 3a69fd50bb
commit 30d96dcb65

View File

@ -159,7 +159,6 @@ export async function midin(input) {
listeners[input] = (e) => {
const cc = e.dataBytes[0];
const v = e.dataBytes[1];
console.log(cc, v);
refs[input][cc] = v / 127;
};
device.addListener('midimessage', listeners[input]);