diff --git a/show_fingerprints.pl b/show_fingerprints.pl index 766080dd02dcd1ac2340e3cb6233b0a2ac493e60..8df5c0bf38c3b292030d10e2bb8561f83ba425b8 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"; } } }