changeset 124:521574ee3223

Livemap: Remove another console.log
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 27 Feb 2021 08:16:00 +0100
parents b7823064b770
children 8572be3ea3f1
files assets/livemap.html
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/assets/livemap.html	Sat Feb 27 08:14:56 2021 +0100
+++ b/assets/livemap.html	Sat Feb 27 08:16:00 2021 +0100
@@ -55,7 +55,6 @@
         let accuracy = props.accuracy;
         var oldCoord = current_marker.getLatLng();
         current_marker.setLatLng(L.latLng(lat, lng));
-        console.log(current_marker);
         // Show accuracy of current location
         const currentCircleProps = {
             color: 'aqua',