[app][xs]: remove console.log.
This commit is contained in:
@@ -192,7 +192,6 @@ var ExplorerApp = Backbone.View.extend({
|
|||||||
}
|
}
|
||||||
type = 'elasticsearch';
|
type = 'elasticsearch';
|
||||||
}
|
}
|
||||||
console.log(datasetInfo.url);
|
|
||||||
var dataset = new recline.Model.Dataset(datasetInfo, type);
|
var dataset = new recline.Model.Dataset(datasetInfo, type);
|
||||||
this.createExplorer(dataset);
|
this.createExplorer(dataset);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user