From 079b87f0da1347e4cb2097ca2819a849f4e19888 Mon Sep 17 00:00:00 2001 From: Dana Sherson Date: Mon, 27 Sep 2021 20:49:30 +1300 Subject: [PATCH] Remove line that appears to be leftover debugging --- hooks/environment | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/environment b/hooks/environment index 5dc0d94..4639c99 100755 --- a/hooks/environment +++ b/hooks/environment @@ -66,7 +66,6 @@ function retry() { exit_code=$? set -e - echo "$attempt_num == $retries" >&2 if [[ $retries -eq 0 ]] || [[ $exit_code -eq 0 ]]; then return $exit_code elif (( attempt_num == max_attempts )) ; then