Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
nstjean committed Dec 18, 2019
1 parent 1380b8d commit 37ea713
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/Leaflet.BlurredLocation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/blurredLocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ BlurredLocation = function BlurredLocation(options) {
}

function getZoomByPrecision(precision) {
console.log(options.precisionTable);
return options.precisionTable[precision];
}

Expand Down

0 comments on commit 37ea713

Please sign in to comment.