remove console logging
This commit is contained in:
parent
f2bd9fae01
commit
a0618f7f47
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ Pattern.prototype.serial = function (...args) {
|
||||||
else {
|
else {
|
||||||
message = hap.value;
|
message = hap.value;
|
||||||
}
|
}
|
||||||
console.log("sending: " + message);
|
|
||||||
const offset = (time - currentTime + latency) * 1000;
|
const offset = (time - currentTime + latency) * 1000;
|
||||||
window.setTimeout(serialWriter, offset, message);
|
window.setTimeout(serialWriter, offset, message);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue