diff --git a/main.sh b/main.sh index fb5bb13..105a922 100644 --- a/main.sh +++ b/main.sh @@ -24,13 +24,6 @@ __print_title_header () { echo "*****" } -__check_last_pipe_status () { - local last_index=$((${#PIPESTATUS[@]}-1)) - local last_exit_code=${PIPESTATUS[$last_index]} - echo "DEBUG: $last_index, $last_exit_code" - return last_exit_code -} - title () { if [[ $BOG_TITLE_PRINTED -eq 0 ]] then