Remove debug logging

This commit is contained in:
Kegan Dougal 2021-12-10 12:06:36 +00:00
parent 9f0fec772e
commit 21f510e754

View file

@ -217,7 +217,6 @@ export class Sync3 {
} }
this.ranges[1][0] = start; this.ranges[1][0] = start;
this.ranges[1][1] = end; this.ranges[1][1] = end;
console.log("update ranges");
clearTimeout(this.debounceTimeoutId); clearTimeout(this.debounceTimeoutId);
this.debounceTimeoutId = setTimeout(() => { this.debounceTimeoutId = setTimeout(() => {
console.log("new sync v3 ranges: ", JSON.stringify(this.ranges)); console.log("new sync v3 ranges: ", JSON.stringify(this.ranges));