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=()
|
chunks=()
|
||||||
while true; do
|
while true; do
|
||||||
s=$( head -c ${max_qr_bytes} )
|
s=$( head -c ${max_qr_bytes} )
|
||||||
echo "$s"
|
|
||||||
if [ ${#s} -gt 0 ]; then
|
if [ ${#s} -gt 0 ]; then
|
||||||
chunks+=("${s}")
|
chunks+=("${s}")
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue