rm useless log
This commit is contained in:
parent
c6b4cb22f7
commit
5efa912126
1 changed files with 0 additions and 1 deletions
|
|
@ -718,7 +718,6 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
|
||||||
p.Latitude, _ = tag["latitude"].(float64)
|
p.Latitude, _ = tag["latitude"].(float64)
|
||||||
p.Longitude, _ = tag["longitude"].(float64)
|
p.Longitude, _ = tag["longitude"].(float64)
|
||||||
p.Url, _ = tag.GetString("url")
|
p.Url, _ = tag.GetString("url")
|
||||||
log.Printf("place: %v", p)
|
|
||||||
xonk.Place = p
|
xonk.Place = p
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue