Fix: remove console log

This commit is contained in:
2019-12-04 05:41:31 +09:00
parent 7db6fb315b
commit 0accbfa620
+1 -1
View File
@@ -216,7 +216,7 @@ TimerStage.prototype.gradeBad = function(timeLeft) {
TimerStage.prototype.updateTimeScoreRecordArray = function() {
console.log(this.recordArray);
// console.log(this.recordArray);
for(var i = 0; i < TimerStage.RECORD_COUNT; i++) {
var timeScoreRecordIndex = i;