Debug commands for timer.

master
Ben Burlingham 5 years ago
parent b56ea57d63
commit 8f1f4d1737
  1. 2
      client/controls.js

@ -163,6 +163,8 @@ Controls.prototype.msgCountdown = function(evt) {
const diff = Math.ceil((now - timestamp) / 1000);
const remaining = duration - diff;
console.error(timestamp, duration, now, diff, remaining);
this.countdownStart(remaining);
};

Loading…
Cancel
Save