Skip to content

Commit

Permalink
remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jon011235 authored Feb 15, 2024
1 parent 353be8c commit 405796e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', {
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
if (urlParams.has('camp')){
console.log(typeof(urlParams.get('camp')));
switch (urlParams.get('camp')) {
case "pfalz":
pfalz();
Expand Down

0 comments on commit 405796e

Please sign in to comment.