Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Razzmatazzz committed Sep 26, 2024
1 parent ecd2715 commit 4de5d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/map/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,6 @@ function Map() {
checkMarkerBounds(hazard.position, markerBounds);
}
}
console.log(Object.keys(hazardNames));
for (const key in hazardLayers) {
if (Object.keys(hazardLayers[key]._layers).length > 0) {
addLayer(hazardLayers[key], `hazard_${key}`, 'Hazards', hazardNames[key]);
Expand Down

0 comments on commit 4de5d45

Please sign in to comment.