From 1fb78486b705012202cd6e938a3456e4dfac69df Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Tue, 28 Nov 2017 14:53:04 +0100
Subject: [PATCH] be less noisy

---
 show_fingerprints.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/show_fingerprints.pl b/show_fingerprints.pl
index 766080d..8df5c0b 100755
--- a/show_fingerprints.pl
+++ b/show_fingerprints.pl
@@ -25,7 +25,7 @@ while (my $arg= shift (@ARGV))
   }
   elsif ($arg =~ m#^-(.+)#)
   {
-    print ">>> arg=[$arg] 1=[$1]\n";
+    # print ">>> arg=[$arg] 1=[$1]\n";
     my @opts= split ('', $1);
     foreach my $opt (@opts)
     {
@@ -33,7 +33,7 @@ while (my $arg= shift (@ARGV))
       {
         $has_E= 1;
         $hash_algorithm= shift (@ARGV);
-        print "NOTE: hash_algorithm=[$hash_algorithm]\n";
+        # print "NOTE: hash_algorithm=[$hash_algorithm]\n";
       }
     }
   }
-- 
GitLab