Remove debug logging statement; NFC

This commit is contained in:
Daan Sprenkels 2020-04-22 18:25:55 +02:00
parent e476797da0
commit 8e89955ce9
1 changed files with 0 additions and 1 deletions

View File

@ -176,7 +176,6 @@ func (rl *rushlink) resolveRootURL(r *http.Request) string {
rlHost := rl.RootURL()
if rlHost != nil {
// Root URL overridden by command line arguments
log.Println("override")
return rlHost.String()
}