diff --git a/app.go b/app.go index 84dfed67e..09f00f3de 100644 --- a/app.go +++ b/app.go @@ -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())