diff --git a/installer.sh b/installer.sh index f5b8207..efdb66f 100755 --- a/installer.sh +++ b/installer.sh @@ -450,9 +450,6 @@ function waLoadConfig() { # Name: 'waCheckScriptDependencies' # Role: Terminate script if dependencies are missing. function waCheckScriptDependencies() { - # Print feedback. - echo -n "Checking whether installation script dependencies are installed... " - # 'Dialog'. if ! command -v dialog &>/dev/null; then # Complete the previous line.