Skip to content

Commit

Permalink
[engine] Delete debug print statement
Browse files Browse the repository at this point in the history
This was accidentally committed in
commit c1476ae.

Change-Id: Ie102dc263a2d596bfb2a17dbc8c9456c5d0831dd
Reviewed-on: https://fuchsia-review.googlesource.com/c/shac-project/shac/+/925092
Reviewed-by: Jerry Belton <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Fuchsia-Auto-Submit: Oliver Newman <[email protected]>
  • Loading branch information
orn688 authored and CQ Bot committed Oct 2, 2023
1 parent c1476ae commit 257dfa5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/engine/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 + "/"
Expand Down

0 comments on commit 257dfa5

Please sign in to comment.