From 45c79230c2954e575f5b9b68045829fb6990a69e Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Fri, 10 Jun 2022 22:18:25 -0600 Subject: [PATCH] remove debugging --- static/scripts/repeaters.mjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/static/scripts/repeaters.mjs b/static/scripts/repeaters.mjs index 688c7cd..1545f9d 100644 --- a/static/scripts/repeaters.mjs +++ b/static/scripts/repeaters.mjs @@ -106,9 +106,6 @@ export class Vail { // and how many clients are connected if (msg.Duration.length == 0) { this.clockOffset = now - msg.Timestamp - console.log("them:", msg.Timestamp) - console.log(" us:", now) - console.log("Clock offset", this.clockOffset) this.rx(0, 0, stats) return }