summaryrefslogtreecommitdiff
path: root/src/KM_prng.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KM_prng.cpp')
-rwxr-xr-xsrc/KM_prng.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/KM_prng.cpp b/src/KM_prng.cpp
index c51b2db..01d4b1d 100755
--- a/src/KM_prng.cpp
+++ b/src/KM_prng.cpp
@@ -58,8 +58,6 @@ static byte_t get_perf_byte(byte_t carry)
}
SHA1_Final(sha_buf, &SHA);
-
- fprintf(stderr, "0x%02x ", sha_buf[0]);
return sha_buf[0];
}