mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Remove debug line
This commit is contained in:
parent
1c5284db3e
commit
cdc1d4be3e
1 changed files with 0 additions and 2 deletions
2
app.go
2
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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue