remove debugging

This commit is contained in:
Neale Pickett 2022-06-10 22:18:25 -06:00
parent 45f3b9f19f
commit 45c79230c2
1 changed files with 0 additions and 3 deletions

View File

@ -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
}