From 0606b84efa05a0680037468cd776df5c32abbcf6 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 5 Jun 2008 17:29:29 +0000 Subject: [PATCH] Remove an extraneous debug statement and update version date. --- apache2/modsecurity.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apache2/modsecurity.c b/apache2/modsecurity.c index 304a75c6..49042aa7 100644 --- a/apache2/modsecurity.c +++ b/apache2/modsecurity.c @@ -225,7 +225,6 @@ apr_status_t modsecurity_tx_init(modsec_rec *msr) { /* Initialise C-T */ msr->request_content_type = NULL; s = apr_table_get(msr->request_headers, "Content-Type"); - msr_log(msr, 9, "C-T (apache): \"%s\"", s); if (s != NULL) msr->request_content_type = s; /* Decide what to do with the request body. */