Remove debug line

This commit is contained in:
Lea Anthony 2019-02-21 08:23:44 +11:00
commit cdc1d4be3e
No known key found for this signature in database
GPG key ID: 33DAF7BB90A58405

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())