summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Bringemo <maxbr167@student.liu.se>2020-12-04 12:16:58 +0100
committerMax Bringemo <maxbr167@student.liu.se>2020-12-04 12:16:58 +0100
commitd4540e1322b7aa029e909696a83d7cfd3201299c (patch)
treec60efa40dfa319af07af0fad01f974ff09163fe4
parent6d08f33af57b944d236af09a47d8d72db3107fff (diff)
downloadtdde25-d4540e1322b7aa029e909696a83d7cfd3201299c.tar.gz
removed unneccessary code
-rw-r--r--templates/index.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/index.js b/templates/index.js
index 7996f46..b7b3b58 100644
--- a/templates/index.js
+++ b/templates/index.js
@@ -61,10 +61,3 @@ async function showMarkers() {
}
showMarkers()
-
-async function showFavicon() {
- await fetch('/favicon.ico');
- await res.json();
-}
-
-showFavicon()