@@ -57,9 +57,6 @@ declare -r DEBOPS_DATA_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/debops"
 declare -r DEBOPS_CONFIG=".debops.cfg"
 declare -r SCRIPT_NAME="$(basename ${0})"
 
-# Debugging (to enable, set DEBUG=1 on the command line)
-[ -z "${DEBUG}" ] && DEBUG=0
-
 # Paths to look through if '.debops.cfg' is found in local directory
 DEBOPS_PLAYBOOKS_PWD_PATHS=(
   "${PWD}/debops-playbooks"