diff --git a/components/WhereInput.vue b/components/WhereInput.vue index 3174396b..520b83b8 100644 --- a/components/WhereInput.vue +++ b/components/WhereInput.vue @@ -133,10 +133,8 @@ export default { }, selectPlace (p) { if (!p) { return } - console.error('dentro select place ', p) if (typeof p === 'object' && !p.create) { if (p.id === this.value.id) return - console.error('quindi sono qui dentro !') this.place.name = p.name this.place.address = p.address if (this.settings.allow_geolocation) {