Fix: timer countdown
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user