diff --git a/asc2qr.sh b/asc2qr.sh index e98842f..2f0fe02 100755 --- a/asc2qr.sh +++ b/asc2qr.sh @@ -49,7 +49,6 @@ fi chunks=() while true; do s=$( head -c ${max_qr_bytes} ) - echo "$s" if [ ${#s} -gt 0 ]; then chunks+=("${s}") else