remove stray log
This commit is contained in:
parent
e2915df8e3
commit
2c1af70ace
1 changed files with 0 additions and 1 deletions
1
fun.go
1
fun.go
|
@ -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…
Reference in a new issue