mirror of https://github.com/nealey/vail.git
remove debugging
This commit is contained in:
parent
45f3b9f19f
commit
45c79230c2
|
@ -106,9 +106,6 @@ export class Vail {
|
||||||
// and how many clients are connected
|
// and how many clients are connected
|
||||||
if (msg.Duration.length == 0) {
|
if (msg.Duration.length == 0) {
|
||||||
this.clockOffset = now - msg.Timestamp
|
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)
|
this.rx(0, 0, stats)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue