From cca1cfdacf4f52fd79bc7ebdfd670ffd62daddc5 Mon Sep 17 00:00:00 2001
From: Edoardo Pirovano <edoardo.pirovano@gmail.com>
Date: Fri, 31 Dec 2021 16:32:08 +0000
Subject: [PATCH] Remove debugging output

---
 .github/prepare-test/action.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.github/prepare-test/action.yml b/.github/prepare-test/action.yml
index 6a693fdb9..a528d4c08 100644
--- a/.github/prepare-test/action.yml
+++ b/.github/prepare-test/action.yml
@@ -28,7 +28,6 @@ runs:
           echo "::set-output name=tools-url::https://github.com/dsp-testing/codeql-cli-nightlies/releases/download/codeql-bundle-$VERSION-manual/codeql-bundle.tar.gz"
         elif [[ ${{ inputs.version }} == *"stable"* ]]; then
           export VERSION=`echo ${{ inputs.version }} | sed -e 's/^.*\-//'`
-          echo "Hello $VERSION"
           echo "::set-output name=tools-url::https://github.com/github/codeql-action/releases/download/codeql-bundle-$VERSION/codeql-bundle.tar.gz"
         elif [[ ${{ inputs.version }} == "latest" ]]; then
           echo "::set-output name=tools-url::latest"