From 10202c17d65b761a98e31f90da0b5a76f6823990 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 21 Jul 2020 16:05:57 +0200 Subject: [PATCH] Remove test code --- index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.ts b/index.ts index 58a8b2a..6917977 100644 --- a/index.ts +++ b/index.ts @@ -300,6 +300,3 @@ new GeoLocationHandler(bm).AttachTo("geolocate-button"); // --------------- Send a ping to start various action -------- locationControl.ping(); - - -window.setTimeout(() => {Locale.language.setData("nl")}, 5000) \ No newline at end of file