Removing 'echo' of private asc key
This commit is contained in:
parent
2bfcc74b5a
commit
64638766a0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue