Removed a couple logs I forgot about.

This commit is contained in:
Scott Erickson 2014-05-08 14:28:18 -07:00
parent f1927dcf35
commit 9c3cefa457
2 changed files with 0 additions and 2 deletions

View file

@ -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()

View file

@ -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