Skip to content
Snippets Groups Projects
Commit b17d3303 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Removed debugging echo.

parent acd6c6c4
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,6 @@ unb_error() { ...@@ -47,7 +47,6 @@ unb_error() {
echo -e '\E[40;31m'"\033[1mERROR - ${msg}. \033[0m " echo -e '\E[40;31m'"\033[1mERROR - ${msg}. \033[0m "
tput sgr0 tput sgr0
# Exit if $NO_EXIT does not exist, else only return. # 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 if [ -z ${NO_EXIT} ]; then exit ${exitcode}; else return 1; fi
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment