5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 06:01:52 +08:00

Remove debug info

This commit is contained in:
Lea Anthony 2020-12-17 20:52:31 +11:00
parent ce58e9eb6c
commit 4e54229dfb

View File

@ -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
}