From 0a98202f84bff267fe9d62af81d5809f07cd314d Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 15:06:18 -0700 Subject: [PATCH] Remove additional `_debug()` statement. --- hosts | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts b/hosts index 53ecaf3..59a6a51 100755 --- a/hosts +++ b/hosts @@ -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