Fix: timer countdown

This commit is contained in:
2018-12-10 09:51:56 +09:00
parent e1ef0a1575
commit 2e51b5c13a
2 changed files with 101 additions and 34 deletions
-1
View File
@@ -65,7 +65,6 @@ Chart.drawText = function(posX, posY, text, fontStyle) {
Chart.prototype.printContents = function() {
if(isDebugMode()) {
console.log("printContents : " + this.records.length);
for(var i = 0; i < this.records.length; i++) {
this.records[i].printDate("12/10");
this.records[i].printScore(360);