From: wessels <> Date: Sun, 18 Apr 1999 11:26:22 +0000 (+0000) Subject: remove printf debugging X-Git-Tag: SQUID_3_0_PRE1~2277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83c254c1e0d56e64c82e5ea409189330aa76196f;p=thirdparty%2Fsquid.git remove printf debugging --- diff --git a/lib/rfc1035.c b/lib/rfc1035.c index 00f3b748dc..d72bf3526a 100644 --- a/lib/rfc1035.c +++ b/lib/rfc1035.c @@ -1,5 +1,5 @@ /* - * $Id: rfc1035.c,v 1.5 1999/04/18 05:10:07 wessels Exp $ + * $Id: rfc1035.c,v 1.6 1999/04/18 05:26:22 wessels Exp $ * * Low level DNS protocol routines * AUTHOR: Duane Wessels @@ -495,7 +495,6 @@ rfc1035BuildPTRQuery(const struct in_addr addr, char *buf, size_t * szp) (i >> 16) & 255, (i >> 8) & 255, i & 255); - printf("rfc1035BuildPTRQuery: {%s}\n", rev); h.id = rfc1035Qid(); h.qr = 0; h.rd = 1;