From 4df0f90c26ace139f35afdcc268352314006b6cc Mon Sep 17 00:00:00 2001 From: Koichi Murase Date: Thu, 14 Nov 2019 21:46:35 +0800 Subject: [PATCH] decode: remove debug messages for "ble-bind -s" --- src/decode.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/decode.sh b/src/decode.sh index 5b666900..9c21a231 100644 --- a/src/decode.sh +++ b/src/decode.sh @@ -1881,8 +1881,7 @@ function ble-bind { command="ble/widget/.SHELL_COMMAND '${command//$q/$Q}'" ;; (s) local ret; ble/util/keyseq2chars "$command" - command="ble/widget/.ble-decode-char ${ret[*]}" - echo "$command" ;; + command="ble/widget/.ble-decode-char ${ret[*]}" ;; ('@') ;; # 直接実行 (*) echo "error: unsupported binding type \`-$c'." 1>&2