5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 05:11:29 +08:00

Remove debug line

This commit is contained in:
Lea Anthony 2019-02-21 08:23:44 +11:00
parent 1c5284db3e
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())