Remove additional `_debug()` statement.

This commit is contained in:
William Melody 2020-06-07 15:06:18 -07:00
parent 040593bd51
commit 0a98202f84
1 changed files with 0 additions and 3 deletions

3
hosts
View File

@ -1605,9 +1605,6 @@ _load_subcommands() {
for __name in "${_function_list[@]}"
do
_debug printf \
"_load_subcommands() \${__name}: %s\\n" \
"${__name}"
# Each element has the format `declare -f function_name`, so set the name
# to only the 'function_name' part of the string.
local _function_name