Removing debug line

pull/32/head
bakkeby 4 years ago
parent d7814e3a3e
commit fbb1537da6

@ -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))
;;
*)

Loading…
Cancel
Save