[addendum,paper-bag][xs]: remove console.log that crept in.

This commit is contained in:
Rufus Pollock 2012-08-17 12:21:45 +01:00
parent 0007536641
commit 83fa3dcf29

1
dist/recline.js vendored
View File

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