bin: edit_message: remove set -x

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2021-01-15 12:48:15 +01:00
parent eab840868e
commit abe058a53a

View File

@ -22,7 +22,7 @@ USAGE='send_edit_message.sh [-h|--help] [format|caption] "CHAT[ID]" "MESSAGE[ID]
# AUTHOR: KayM (gnadelwartz), kay@rrr.de # AUTHOR: KayM (gnadelwartz), kay@rrr.de
# CREATED: 23.12.2020 16:52 # CREATED: 23.12.2020 16:52
# #
#### $$VERSION$$ v1.30-dev-16-g28ab301 #### $$VERSION$$ v1.30-dev-17-geab8408
#=============================================================================== #===============================================================================
#### ####
@ -72,7 +72,6 @@ else
fi fi
# send message in selected format # send message in selected format
set -x
"${SEND}" "${CHAT}" "$2" "$3" "${SEND}" "${CHAT}" "$2" "$3"
# output send message result # output send message result