minor: less debug message

This commit is contained in:
neil 2016-07-09 15:55:36 +08:00
parent b3752e78b6
commit 7270f277a7
1 changed files with 2 additions and 2 deletions

View File

@ -163,8 +163,8 @@ _h2b() {
if _exists let ; then
uselet="1"
fi
_debug uselet "$uselet"
_debug _URGLY_PRINTF "$_URGLY_PRINTF"
_debug2 uselet "$uselet"
_debug2 _URGLY_PRINTF "$_URGLY_PRINTF"
while true ; do
if [ -z "$_URGLY_PRINTF" ] ; then
h="$(printf $hex | cut -c $i-$j)"