remove stray log
This commit is contained in:
parent
e2915df8e3
commit
2c1af70ace
1
fun.go
1
fun.go
|
@ -372,7 +372,6 @@ func ontologize(s string) string {
|
||||||
p = h[:1]
|
p = h[:1]
|
||||||
h = 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 fmt.Sprintf(`%s<a href="https://%s/o/%s">%s</a>`, p, serverName, h[1:], h)
|
||||||
})
|
})
|
||||||
return s
|
return s
|
||||||
|
|
Loading…
Reference in New Issue