From ab6596870342a9c6fc39dd0bbf98db4b908e2951 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sun, 16 Jul 2000 11:31:08 +0000 Subject: [PATCH] DW: - Shouldn't have committed that debug. --- src/http.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/http.cc b/src/http.cc index 22f6176cdc..3b483ec00b 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.364 2000/07/16 04:24:21 wessels Exp $ + * $Id: http.cc,v 1.365 2000/07/16 05:31:08 wessels Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -669,7 +669,6 @@ httpBuildRequestHeader(request_t * request, we_do_ranges = 0; else we_do_ranges = 1; - debug(0, 0) ("%s:%d: we_do_ranges=%d\n", __FILE__, __LINE__, we_do_ranges); debug(11, 8) ("httpBuildRequestHeader: range specs: %p, cachable: %d; we_do_ranges: %d\n", orig_request->range, orig_request->flags.cachable, we_do_ranges); -- 2.47.3