mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Removed a couple logs I forgot about.
This commit is contained in:
parent
f1927dcf35
commit
9c3cefa457
2 changed files with 0 additions and 2 deletions
|
@ -34,7 +34,6 @@ module.exports = class DeltaView extends CocoView
|
|||
@[modelName] = @supermodel.loadModel(m, 'document').model
|
||||
|
||||
@buildDeltas() if @supermodel.finished()
|
||||
console.log 'done constructing'
|
||||
|
||||
onLoaded: ->
|
||||
@buildDeltas()
|
||||
|
|
|
@ -22,7 +22,6 @@ module.exports = class PatchesView extends CocoView
|
|||
@patches = new PatchesCollection([], {}, @model, @status)
|
||||
|
||||
load: ->
|
||||
console.log 'load patches view?'
|
||||
@initPatches()
|
||||
@patches = @supermodel.loadCollection(@patches, 'patches').model
|
||||
@listenTo @patches, 'sync', @onPatchesLoaded
|
||||
|
|
Loading…
Reference in a new issue