mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -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
|
@[modelName] = @supermodel.loadModel(m, 'document').model
|
||||||
|
|
||||||
@buildDeltas() if @supermodel.finished()
|
@buildDeltas() if @supermodel.finished()
|
||||||
console.log 'done constructing'
|
|
||||||
|
|
||||||
onLoaded: ->
|
onLoaded: ->
|
||||||
@buildDeltas()
|
@buildDeltas()
|
||||||
|
|
|
@ -22,7 +22,6 @@ module.exports = class PatchesView extends CocoView
|
||||||
@patches = new PatchesCollection([], {}, @model, @status)
|
@patches = new PatchesCollection([], {}, @model, @status)
|
||||||
|
|
||||||
load: ->
|
load: ->
|
||||||
console.log 'load patches view?'
|
|
||||||
@initPatches()
|
@initPatches()
|
||||||
@patches = @supermodel.loadCollection(@patches, 'patches').model
|
@patches = @supermodel.loadCollection(@patches, 'patches').model
|
||||||
@listenTo @patches, 'sync', @onPatchesLoaded
|
@listenTo @patches, 'sync', @onPatchesLoaded
|
||||||
|
|
Loading…
Reference in a new issue