aboutsummaryrefslogtreecommitdiffstats
path: root/src/entropy/egd
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-21 23:34:06 +0000
committerlloyd <[email protected]>2008-11-21 23:34:06 +0000
commit518eecd2718fecef6b545dd783156976cc1b9e76 (patch)
tree82a9c7cd2f4f3d8598f662c5fc69f47ead24b43b /src/entropy/egd
parent06230c3f093e867f4f0f4989f6bc6b5285bf85ed (diff)
Remove debug printf
Diffstat (limited to 'src/entropy/egd')
-rw-r--r--src/entropy/egd/es_egd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/entropy/egd/es_egd.cpp b/src/entropy/egd/es_egd.cpp
index c98820587..f493de33b 100644
--- a/src/entropy/egd/es_egd.cpp
+++ b/src/entropy/egd/es_egd.cpp
@@ -101,7 +101,6 @@ u32bit EGD_EntropySource::slow_poll(byte output[], u32bit length)
return 0;
ssize_t count = ::read(socket.fd(), output, out_len);
- printf("Got %d of %d\n", count, out_len);
if(count < 0)
return 0;