Removing 'echo' of private asc key

This commit is contained in:
Brock A. Martin 2016-07-23 15:04:58 -05:00
parent 2bfcc74b5a
commit 64638766a0

View file

@ -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