Removing debug line

This commit is contained in:
bakkeby 2020-06-05 09:00:05 +02:00
parent d7814e3a3e
commit fbb1537da6

View File

@ -114,7 +114,6 @@ case $# in
[ $3 = -1 ] && ov=128 || ov=$3
[ $4 = -1 ] && ih=128 || ih=$4
[ $5 = -1 ] && iv=128 || iv=$5
echo $(((oh << 24) + (ov << 16) + (ih << 8) + iv))
signal $1 i $(((oh << 24) + (ov << 16) + (ih << 8) + iv))
;;
*)