diff options
author | Greg Hudson <ghudson@mit.edu> | 1994-11-11 15:30:02 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1994-11-11 15:30:02 +0000 |
commit | acbadf18b568fc31a675047a8c1064734d78c40c (patch) | |
tree | 5237d27094340b492046205d85f5a87aeca26fa2 /lib | |
parent | d187695f92bdf730ed697c453fde3a9c70b61ae4 (diff) |
Oops, get rid of debugging printf.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Zinternal.c | 5 |
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); |