From 021f23cfad597b6d4d85c389c5339580333b9861 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 Jul 2021 22:31:45 +0200 Subject: [PATCH] removed print statement --- tools/test_modules/m25400.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m25400.pm b/tools/test_modules/m25400.pm index 2b2fb8908..0f0d15e85 100644 --- a/tools/test_modules/m25400.pm +++ b/tools/test_modules/m25400.pm @@ -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; }