From 64638766a034785dc3e659996a91205f54620f8f Mon Sep 17 00:00:00 2001 From: "Brock A. Martin" Date: Sat, 23 Jul 2016 15:04:58 -0500 Subject: [PATCH] Removing 'echo' of private asc key --- asc2qr.sh | 1 - 1 file changed, 1 deletion(-) 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