From 257dfa5868316879d4486f23de84fb741c9f62f5 Mon Sep 17 00:00:00 2001 From: Oliver Newman Date: Mon, 2 Oct 2023 15:53:22 +0000 Subject: [PATCH] [engine] Delete debug print statement This was accidentally committed in commit c1476aedb83e88a9c472afe71077cd761b67729e. Change-Id: Ie102dc263a2d596bfb2a17dbc8c9456c5d0831dd Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/shac/+/925092 Reviewed-by: Jerry Belton Commit-Queue: Auto-Submit Fuchsia-Auto-Submit: Oliver Newman --- internal/engine/run.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/engine/run.go b/internal/engine/run.go index bd47fd8..827c489 100644 --- a/internal/engine/run.go +++ b/internal/engine/run.go @@ -304,9 +304,6 @@ func runInner(ctx context.Context, o *Options, tmpdir string) error { packages: packages, } - if entryPoint == "ctx-os-exec-10Mib-exceed.star" { - fmt.Println(doc) - } newState := func(scm scmCheckout, subdir string, idx int) *shacState { if subdir != "" { normalized := subdir + "/"