minor
This commit is contained in:
parent
0fa7769844
commit
b6dafc082e
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ const eventController = {
|
|||
return place
|
||||
}
|
||||
|
||||
console.error('dentro findOrCreatePlace', body)
|
||||
|
||||
const place_name = body.place_name && body.place_name.trim()
|
||||
const place_address = body.place_address && body.place_address.trim()
|
||||
if (!place_address || !place_name) {
|
||||
|
|
Loading…
Reference in a new issue