forked from mystiq/hydrogen-web
Remove debug logging
This commit is contained in:
parent
9f0fec772e
commit
21f510e754
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue