Remove console.Log

This commit is contained in:
Pieter Vander Vennet 2022-12-31 02:22:44 +01:00
parent b81fa14999
commit 2c21e125d9

View file

@ -122,7 +122,6 @@ export default class GeoLocationHandler {
if (location === undefined) { if (location === undefined) {
return return
} }
console.log("GeoLocationCoordinates are", location)
const feature = { const feature = {
type: "Feature", type: "Feature",
properties: <GeoLocationPointProperties>{ properties: <GeoLocationPointProperties>{