Got rid of a log.

This commit is contained in:
Scott Erickson 2014-05-22 13:37:08 -07:00
parent 4c7d7fce03
commit 681adc1dcd

View file

@ -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) ->