removed unused printf from 21420 test module

pull/3176/head
Gabriele Gristina 2 years ago
parent 7ea244bba7
commit 21c02b2324

@ -17,7 +17,6 @@ sub module_generate_hash
my $word = shift;
my $salt = shift;
print unpack ("H*", sha256 ($word)), "\n";
my $digest = sha256 ($salt . sha256 ($word));
my $hash = sprintf ("%s:%s", unpack ("H*", $digest), $salt);

Loading…
Cancel
Save