mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Got rid of a log.
This commit is contained in:
parent
4c7d7fce03
commit
681adc1dcd
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ module.exports = class GoalManager extends CocoClass
|
|||
goals: @goals
|
||||
overallStatus: overallStatus
|
||||
timedOut: @world.totalFrames is @world.maxTotalFrames
|
||||
console.log 'timed out', @world.totalFrames is @world.maxTotalFrames, @world.totalFrames, @world.maxTotalFrames, @world.frames.length
|
||||
Backbone.Mediator.publish('goal-manager:new-goal-states', event)
|
||||
|
||||
checkOverallStatus: (ignoreIncomplete=false) ->
|
||||
|
|
Loading…
Add table
Reference in a new issue