[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 <jcecil@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
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 @@
 		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 + "/"