Fix: remove console log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user