mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 09:51:47 -04:00
remove console logging
This commit is contained in:
@@ -68,7 +68,6 @@ Pattern.prototype.serial = function (...args) {
|
||||
else {
|
||||
message = hap.value;
|
||||
}
|
||||
console.log("sending: " + message);
|
||||
const offset = (time - currentTime + latency) * 1000;
|
||||
window.setTimeout(serialWriter, offset, message);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user