Remove debug line

This commit is contained in:
Lea Anthony
2019-02-21 08:23:44 +11:00
parent 1c5284db3e
commit cdc1d4be3e

2
app.go
View File

@@ -46,8 +46,6 @@ func CreateApp(optionalConfig ...*AppConfig) *App {
log: newCustomLogger("App"),
}
result.log.Info("AIOSDOIIOASIDAOSIOASID")
appconfig, err := newAppConfig(userConfig)
if err != nil {
result.log.Fatalf("Cannot use custom HTML: %s", err.Error())