diff --git a/config.go b/config.go index d4d1f2dbb..dd0c457c3 100644 --- a/config.go +++ b/config.go @@ -1,7 +1,6 @@ package wails import ( - "fmt" "net/url" "strings" @@ -140,10 +139,6 @@ func newConfig(userConfig *AppConfig) (*AppConfig, error) { } } - println("****************************************************") - fmt.Printf("%+v\n", result) - println("****************************************************") - return result, nil }