remove stray log

This commit is contained in:
Ted Unangst 2019-08-24 23:14:57 -04:00
parent e2915df8e3
commit 2c1af70ace
1 changed files with 0 additions and 1 deletions

1
fun.go
View File

@ -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