mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-15 16:39:32 +08:00
[windows] Remove debug statement
This commit is contained in:
parent
4a1a4d75ad
commit
f06ffb62de
@ -194,8 +194,6 @@ func AddBuildSubcommand(app *clir.Cli, w io.Writer) {
|
||||
buildOptions.Arch = platformSplit[1]
|
||||
}
|
||||
|
||||
println("Build arch =", buildOptions.Arch)
|
||||
|
||||
// Start a new tabwriter
|
||||
w := new(tabwriter.Writer)
|
||||
w.Init(os.Stdout, 8, 8, 0, '\t', 0)
|
||||
|
Loading…
Reference in New Issue
Block a user