summaryrefslogtreecommitdiff
path: root/lib/Zinternal.c
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 15:30:02 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-11 15:30:02 +0000
commitacbadf18b568fc31a675047a8c1064734d78c40c (patch)
tree5237d27094340b492046205d85f5a87aeca26fa2 /lib/Zinternal.c
parentd187695f92bdf730ed697c453fde3a9c70b61ae4 (diff)
Oops, get rid of debugging printf.
Diffstat (limited to 'lib/Zinternal.c')
-rw-r--r--lib/Zinternal.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Zinternal.c b/lib/Zinternal.c
index 69ca8c5..09a1b6d 100644
--- a/lib/Zinternal.c
+++ b/lib/Zinternal.c
@@ -307,17 +307,12 @@ Code_t Z_ReadWait()
ZNotice_t tmpnotice;
ZPacket_t pkt;
int len;
- time_t now;
tmpnotice = notice;
tmpnotice.z_kind = CLIENTACK;
tmpnotice.z_message_len = 0;
olddest = __HM_addr;
__HM_addr = from;
- time(&now);
- printf("%d seconds elapsed between packet and ack.\n",
- now - tmpnotice.z_time.tv_sec);
- fflush(stdout);
if ((retval = ZFormatSmallRawNotice(&tmpnotice, pkt, &len))
!= ZERR_NONE)
return(retval);