Remove debug log

This commit is contained in:
Dominic Grimm 2022-08-02 10:02:57 +02:00
parent c8df4b312d
commit 7890c0fd91
3 changed files with 1 additions and 3 deletions

1
.env
View File

@ -1 +0,0 @@
API_ROOT_URL="http://techgames.gnetx.com/infoscreen"

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -25,8 +25,6 @@
handleTime(time, listingsAmount);
}
}
console.log(api.API_ROOT_URL);
</script>
{#await fetchData}