mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-16 23:55:52 +01:00
[windows] Remove debug statement
This commit is contained in:
parent
4a1a4d75ad
commit
f06ffb62de
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue