1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-06-01 22:10:51 +00:00

Remove additional _debug() statement.

This commit is contained in:
William Melody 2020-06-07 15:06:18 -07:00
parent 040593bd51
commit 0a98202f84

3
hosts
View File

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