mirror of
https://github.com/writeas/writefreely
synced 2025-02-02 16:56:52 +01:00
Remove debug log
This commit is contained in:
parent
967ee9679c
commit
36455eea2b
@ -267,9 +267,8 @@ func Load(fname string) (*Config, error) {
|
||||
return nil, err
|
||||
}
|
||||
d, err := idna.ToASCII(u.Hostname())
|
||||
log.Error("Host: %s", uc.App.Host)
|
||||
if err != nil {
|
||||
log.Error("ToASCII: %s", err)
|
||||
log.Error("idna.ToASCII for %s: %s", u.Hostname(), err)
|
||||
return nil, err
|
||||
}
|
||||
uc.App.Host = u.Scheme + "://" + d
|
||||
|
Loading…
x
Reference in New Issue
Block a user