From 21f510e75430bab4c535aee769dd06141a54641c Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Fri, 10 Dec 2021 12:06:36 +0000 Subject: [PATCH] Remove debug logging --- src/matrix/Sync3.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/Sync3.ts b/src/matrix/Sync3.ts index 562f4807..189b3ee8 100644 --- a/src/matrix/Sync3.ts +++ b/src/matrix/Sync3.ts @@ -217,7 +217,6 @@ export class Sync3 { } this.ranges[1][0] = start; this.ranges[1][1] = end; - console.log("update ranges"); clearTimeout(this.debounceTimeoutId); this.debounceTimeoutId = setTimeout(() => { console.log("new sync v3 ranges: ", JSON.stringify(this.ranges));