Skip to content

Commit

Permalink
decode: remove debug messages for "ble-bind -s"
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Dec 27, 2019
1 parent 861323c commit 4df0f90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/decode.sh
Expand Up @@ -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
Expand Down

0 comments on commit 4df0f90

Please sign in to comment.