5
0
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:
Lea Anthony 2021-07-18 11:55:12 +10:00
parent 4a1a4d75ad
commit f06ffb62de

View File

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