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

This commit is contained in:
Rufus Pollock 2012-04-15 23:23:37 +01:00
parent bcffe67336
commit 6a90189b46

View File

@ -103,7 +103,6 @@ test('Memory Backend: filters', function () {
});
test('Memory Backend: facet', function () {
console.log('here');
var dataset = makeBackendDataset();
dataset.queryState.addFacet('country');
dataset.query().then(function() {