mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-01 03:16:56 -05:00
Removed a piece of logging.
This commit is contained in:
parent
cfbd7b9b12
commit
0a313a110c
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ waitingModal = null
|
||||||
classCount = 0
|
classCount = 0
|
||||||
makeScopeName = -> "view-scope-#{classCount++}"
|
makeScopeName = -> "view-scope-#{classCount++}"
|
||||||
doNothing = ->
|
doNothing = ->
|
||||||
ms = 0
|
|
||||||
|
|
||||||
class CocoView extends Backbone.View
|
class CocoView extends Backbone.View
|
||||||
startsLoading: false
|
startsLoading: false
|
||||||
|
|
Loading…
Reference in a new issue