Skip to content
Snippets Groups Projects
Commit 1fb78486 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

be less noisy

parent 5eab89d3
No related branches found
No related tags found
No related merge requests found
......@@ -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";
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment