diff --git a/misc/core.func b/misc/core.func index 960e1142..9b167cc3 100644 --- a/misc/core.func +++ b/misc/core.func @@ -91,12 +91,6 @@ default_vars() { # ------------------------------------------------------------------------------ # Sets default verbose mode for script and os execution. # ------------------------------------------------------------------------------ -if [ -z "${VERBOSE+x}" ]; then - echo "DEBUG: VERBOSE is unset" -else - echo "DEBUG: VERBOSE (pre): '$VERBOSE'" -fi - set_std_mode() { if [ "${VERBOSE:-no}" = "yes" ]; then STD="" @@ -105,12 +99,6 @@ set_std_mode() { fi } -if [ -z "${VERBOSE+x}" ]; then - echo "DEBUG: VERBOSE is unset" -else - echo "DEBUG: VERBOSE (pre): '$VERBOSE'" -fi - # Silent execution function silent() { "$@" >/dev/null 2>&1