mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
Remove debug info
This commit is contained in:
parent
ce58e9eb6c
commit
4e54229dfb
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue