diff options
Diffstat (limited to 'src/httpscan.cc')
| -rw-r--r-- | src/httpscan.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/httpscan.cc b/src/httpscan.cc index 777f988..4f04067 100644 --- a/src/httpscan.cc +++ b/src/httpscan.cc @@ -277,7 +277,7 @@ void HttpScanSession::ScanResponseBody(HttpSession * http_session_ctx) return hit_scan_error(); } - CLOG(DEBUG, "HttpScanTrace") << hexdump("ContentBody", body_content_raw, body_content_length); + //CLOG(DEBUG, "HttpScanTrace") << hexdump("ContentBody", body_content_raw, body_content_length); } return; |
