diff options
| author | jhurst <jhurst@cinecert.com> | 2006-04-21 18:17:34 +0000 |
|---|---|---|
| committer | jhurst <> | 2006-04-21 18:17:34 +0000 |
| commit | 149c8628c287436f6127de1870462a03efbc1840 (patch) | |
| tree | d6bd5f6dbe3026433aafe38620276bf287d6e820 /src/KM_prng.cpp | |
| parent | 422c14c3bde38f1ff871ac204d2506c27a5273a4 (diff) | |
eeerrg
Diffstat (limited to 'src/KM_prng.cpp')
| -rwxr-xr-x | src/KM_prng.cpp | 2 |
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]; } |
