mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-14 23:28:30 +00:00
remove console logging
This commit is contained in:
parent
f2bd9fae01
commit
a0618f7f47
@ -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);
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user