From 7a078f567afbf5cc37c2a7fc828148d16560650b Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Thu, 25 Mar 2021 05:47:05 -0400 Subject: [core] mark debug path unlikely mark debug path unlikely remove redundant debug trace --- src/response.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/response.c') diff --git a/src/response.c b/src/response.c index b75c8bcf..6a4f68ce 100644 --- a/src/response.c +++ b/src/response.c @@ -311,9 +311,6 @@ static handler_t http_status_set_error_close (request_st * const r, int status) } static handler_t http_response_config (request_st * const r) { - if (r->conf.log_condition_handling) - log_error(r->conf.errh, __FILE__, __LINE__, "run condition"); - config_cond_cache_reset(r); config_patch_config(r); -- cgit v1.2.1