From 9c3cefa457e69613d4c31ff7cc0809ac6159eb42 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Thu, 8 May 2014 14:28:18 -0700 Subject: [PATCH] Removed a couple logs I forgot about. --- app/views/editor/delta.coffee | 1 - app/views/editor/patches_view.coffee | 1 - 2 files changed, 2 deletions(-) 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