Removed a piece of logging.

This commit is contained in:
Scott Erickson 2014-04-24 12:07:11 -07:00
parent cfbd7b9b12
commit 0a313a110c

View file

@ -9,7 +9,6 @@ waitingModal = null
classCount = 0
makeScopeName = -> "view-scope-#{classCount++}"
doNothing = ->
ms = 0
class CocoView extends Backbone.View
startsLoading: false