diff --git a/tools/quartus/generic.sh b/tools/quartus/generic.sh index a3130939ef3d5efcdf9fde81fbfd52f9a0cb8c52..548f01bd5784dd15ecf3b994b1798286285d30fc 100755 --- a/tools/quartus/generic.sh +++ b/tools/quartus/generic.sh @@ -47,7 +47,6 @@ unb_error() { echo -e '\E[40;31m'"\033[1mERROR - ${msg}. \033[0m " tput sgr0 # Exit if $NO_EXIT does not exist, else only return. - echo "DEBUG: ${NO_EXIT}" if [ -z ${NO_EXIT} ]; then exit ${exitcode}; else return 1; fi }