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,