diff --git a/app/views/editor/delta.coffee b/app/views/editor/delta.coffee index 92b349ddb..9036f5557 100644 --- a/app/views/editor/delta.coffee +++ b/app/views/editor/delta.coffee @@ -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() diff --git a/app/views/editor/patches_view.coffee b/app/views/editor/patches_view.coffee index 1c005df16..396106e86 100644 --- a/app/views/editor/patches_view.coffee +++ b/app/views/editor/patches_view.coffee @@ -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