clean debug log

This commit is contained in:
Li Jie
2025-08-25 10:52:22 +08:00
parent 11e1348a2c
commit f361d195f0

View File

@@ -758,7 +758,6 @@ func linkMainPkg(ctx *context, pkg *packages.Package, pkgs []*aPackage, global l
check(err)
if orgApp != app {
fmt.Printf("cross compile: %#v\n", ctx.crossCompile)
err = firmware.MakeFirmwareImage(orgApp, app, ctx.crossCompile.BinaryFormat, ctx.crossCompile.FormatDetail)
check(err)
}