forked from MapComplete/MapComplete
Remove console.Log
This commit is contained in:
parent
b81fa14999
commit
2c21e125d9
1 changed files with 0 additions and 1 deletions
|
@ -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>{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue