Remove left-over debugging code introduced in D242
This was, of course, done on purpose in order to check how carefully
you read the code ;-)
Test Plan: N/A
X-Origin-Diff: phab/D247
GitOrigin-RevId: caf9e59d4c87c59eab6e08c70cdcd61b1fa12627
diff --git a/scripts/run_ci.sh b/scripts/run_ci.sh
index fa62a9b..d25531d 100755
--- a/scripts/run_ci.sh
+++ b/scripts/run_ci.sh
@@ -48,15 +48,6 @@
${TAG} \
$@
-cat <<EOF
-{
- "buildTargetPHID": "${BUILD_PHID}",
- "type": "pass"
-}
-EOF
-
-env
-
function conduit() {
# Get Phabricator host from Git origin
local pattern='ssh://(.+?):([0-9]+)'