chore: removed non-working config flag

This commit is contained in:
Deluan 2020-03-22 01:13:55 -04:00
parent f403a8da34
commit 15606770ca
2 changed files with 1 additions and 4 deletions

View file

@ -9,9 +9,7 @@ import (
)
func main() {
if !conf.Server.DevDisableBanner {
println(consts.Banner())
}
println(consts.Banner())
conf.Load()
db.EnsureLatestVersion()