mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 07:21:32 +08:00
Remove debug line
This commit is contained in:
parent
1c5284db3e
commit
cdc1d4be3e
2
app.go
2
app.go
@ -46,8 +46,6 @@ func CreateApp(optionalConfig ...*AppConfig) *App {
|
|||||||
log: newCustomLogger("App"),
|
log: newCustomLogger("App"),
|
||||||
}
|
}
|
||||||
|
|
||||||
result.log.Info("AIOSDOIIOASIDAOSIOASID")
|
|
||||||
|
|
||||||
appconfig, err := newAppConfig(userConfig)
|
appconfig, err := newAppConfig(userConfig)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
result.log.Fatalf("Cannot use custom HTML: %s", err.Error())
|
result.log.Fatalf("Cannot use custom HTML: %s", err.Error())
|
||||||
|
Loading…
Reference in New Issue
Block a user