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
app/views/editor
|
@ -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
|
||||||
|
|
Reference in a new issue