[addendum,paper-bag][xs]: remove console.log that crept in.
This commit is contained in:
1
dist/recline.js
vendored
1
dist/recline.js
vendored
@@ -3225,7 +3225,6 @@ my.MultiView = Backbone.View.extend({
|
|||||||
graphState = graphState ? JSON.parse(graphState) : {};
|
graphState = graphState ? JSON.parse(graphState) : {};
|
||||||
|
|
||||||
// now get default data + hash url plus initial state and initial our state object with it
|
// now get default data + hash url plus initial state and initial our state object with it
|
||||||
console.log(this.model.toJSON());
|
|
||||||
var stateData = _.extend({
|
var stateData = _.extend({
|
||||||
query: query,
|
query: query,
|
||||||
'view-graph': graphState,
|
'view-graph': graphState,
|
||||||
|
|||||||
Reference in New Issue
Block a user