remove stray log

master
Ted Unangst 5 years ago
parent e2915df8e3
commit 2c1af70ace

@ -372,7 +372,6 @@ func ontologize(s string) string {
p = h[:1]
h = h[1:]
}
log.Printf("fixing: %s", o)
return fmt.Sprintf(`%s<a href="https://%s/o/%s">%s</a>`, p, serverName, h[1:], h)
})
return s

Loading…
Cancel
Save