Remove debug log
This commit is contained in:
parent
c8df4b312d
commit
7890c0fd91
3 changed files with 1 additions and 3 deletions
1
.env
1
.env
|
@ -1 +0,0 @@
|
||||||
API_ROOT_URL="http://techgames.gnetx.com/infoscreen"
|
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
.env
|
|
@ -25,8 +25,6 @@
|
||||||
handleTime(time, listingsAmount);
|
handleTime(time, listingsAmount);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(api.API_ROOT_URL);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#await fetchData}
|
{#await fetchData}
|
||||||
|
|
Loading…
Reference in a new issue