Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Aug 10, 2016
1 parent efb0b6a commit 7638141
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/ui/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,6 @@ util.extend(Map.prototype, /** @lends Map.prototype */{
queryRenderedFeatures: function(pointOrBox, params) {
var parameters = params || {};
if (!(pointOrBox instanceof Point || Array.isArray(pointOrBox))) {
console.log('we get here');
parameters = pointOrBox;
pointOrBox = undefined;
}
Expand Down

0 comments on commit 7638141

Please sign in to comment.