[app][xs]: remove console.log.

This commit is contained in:
Rufus Pollock 2012-06-10 09:44:33 +01:00
parent 64e21bc021
commit 6a3316217e

View File

@ -192,7 +192,6 @@ var ExplorerApp = Backbone.View.extend({
}
type = 'elasticsearch';
}
console.log(datasetInfo.url);
var dataset = new recline.Model.Dataset(datasetInfo, type);
this.createExplorer(dataset);
},