removed print statement

This commit is contained in:
Your Name
2021-07-12 22:31:45 +02:00
parent c91b61e237
commit 021f23cfad
+1 -1
View File
@@ -241,7 +241,7 @@ sub module_generate_hash
#printf("\$u = %s\n", unpack ("H*", $u));
my $hash = sprintf ('$pdf$%d*%d*128*%d*%d*16*%s*32*%s*32*%s', $V, $R, $P, $enc, $id, unpack ("H*", $u), unpack ("H*", $o));
print("hash\n".$hash."\n");
#print("hash\n".$hash."\n");
return $hash;
}