diff --git a/ff0fsum4zx.js b/ff0fsum4zx.js index 680781a..c9561cf 100644 --- a/ff0fsum4zx.js +++ b/ff0fsum4zx.js @@ -111,12 +111,11 @@ R3.CustomCode.prototype.render = function(delta) { this.secondCounter += delta; if (this.secondCounter >= 0.5) { this.secondCounter -= 0.5; - console.log(this.totalTime); R3.Event.Emit( R3.Event.GAME_DATA, { type : 'timer', - time : Math.round(this.totalTime) + time : this.totalTime } ) }