rm useless log

This commit is contained in:
Ted Unangst 2019-09-30 22:48:55 -04:00
parent c6b4cb22f7
commit 5efa912126
1 changed files with 0 additions and 1 deletions

View File

@ -718,7 +718,6 @@ func xonkxonk(user *WhatAbout, item junk.Junk, origin string) *Honk {
p.Latitude, _ = tag["latitude"].(float64)
p.Longitude, _ = tag["longitude"].(float64)
p.Url, _ = tag.GetString("url")
log.Printf("place: %v", p)
xonk.Place = p
}
}