From d097da2c7bc60aabc2e17d50727e614c4eab00a5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 12 May 2025 12:53:52 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 12 ------------ 1 file changed, 12 deletions(-) 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