From 4e54229dfb10e032fdd2a03149c27aaee293efca Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 17 Dec 2020 20:52:31 +1100 Subject: [PATCH] Remove debug info --- config.go | 5 ----- 1 file changed, 5 deletions(-) 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 }