]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove printf debugging
authorwessels <>
Sun, 18 Apr 1999 11:26:22 +0000 (11:26 +0000)
committerwessels <>
Sun, 18 Apr 1999 11:26:22 +0000 (11:26 +0000)
lib/rfc1035.c

index 00f3b748dcf396ba865a4755673949da1b6d8b07..d72bf3526a3b39f1bad307f46f9af2ebb2d2771e 100644 (file)
@@ -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;