Skip to content

Commit

Permalink
Remove line that appears to be leftover debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Sep 27, 2021
1 parent 3ebf0ee commit 079b87f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hooks/environment
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 079b87f

Please sign in to comment.