diff options
author | the xhr <xhr@giessen.ccc.de> | 2021-08-26 11:42:15 +0200 |
---|---|---|
committer | the xhr <xhr@giessen.ccc.de> | 2021-08-26 11:42:15 +0200 |
commit | 91d2ac5e163752e9b29c7a8884fc8b6888f4b7b6 (patch) | |
tree | be915f9ac85ec2f249ac0c5dda10b0b2a0186d41 /twind.c | |
parent | 9e328210ec26e3d0f683da9aa21c777769b9e7c4 (diff) |
Remove commented debug function
Diffstat (limited to 'twind.c')
-rw-r--r-- | twind.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -405,7 +405,6 @@ main_request_handler(void *argp) log_debug("Cannot get MIME type for %s", ext); } - //user_log(0, "%s", finalpath); log_access(cc, finalpath); if (send_response(cc->ssl_peer, STATUS_SUCCESS, finalpath, mime) < 0) { |