Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcurry committed Feb 21, 2019
1 parent b0f9e76 commit e1d4857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/js/environment/flood.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ $(document).ready(function () {
var ll = [36.78, -76.00];
if (navigator.geolocation) {
navigator.geolocation.getCurrentPosition(function (position) {
console.log(position);
ll[0] = position.coords.latitude;
ll[1] = position.coords.longitude;
map.setView(ll, 20);
Expand Down

0 comments on commit e1d4857

Please sign in to comment.