From 83fa3dcf2938a224307f6a489410d66d23577fca Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Fri, 17 Aug 2012 12:21:45 +0100 Subject: [PATCH] [addendum,paper-bag][xs]: remove console.log that crept in. --- dist/recline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/recline.js b/dist/recline.js index 29e86b69..a789b12f 100644 --- a/dist/recline.js +++ b/dist/recline.js @@ -3225,7 +3225,6 @@ my.MultiView = Backbone.View.extend({ graphState = graphState ? JSON.parse(graphState) : {}; // now get default data + hash url plus initial state and initial our state object with it - console.log(this.model.toJSON()); var stateData = _.extend({ query: query, 'view-graph': graphState,