Skip to content

Commit

Permalink
remove a console message
Browse files Browse the repository at this point in the history
  • Loading branch information
mholling committed Oct 22, 2024
1 parent 4baa89d commit 5b1dfb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nswtopo.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ window.addEventListener('DOMContentLoaded', event => {
fillOpacity: 0.05,
pane: sheet.type + ',' + sheet.state,
}).on('click', event => {
console.log(sheet.url);
window.open(sheet.url);
}).on('mouseover', event => {
event.target.setStyle({weight: 4});
Expand Down

0 comments on commit 5b1dfb3

Please sign in to comment.