Browse Source

removed debug statement

pull/14/head
Peter Johnson 10 years ago
parent
commit
4b2ac09c7c
  1. 1
      test/unit/controller/suggest.js

1
test/unit/controller/suggest.js

@ -52,7 +52,6 @@ module.exports.tests.functional_success = function(test, common) {
return res;
},
json: function( json ){
console.log(json);
t.equal(typeof json, 'object', 'returns json');
t.equal(typeof json.date, 'number', 'date set');
t.equal(json.type, 'FeatureCollection', 'valid geojson');

Loading…
Cancel
Save