commit 9094a4c77211b5f6b7039468515a075054a55720 from: the xhr date: Thu Aug 19 14:56:19 2021 UTC Remove commented line commit - 5bb19f244b8811038d2b38f286f874ea5776820e commit + 9094a4c77211b5f6b7039468515a075054a55720 blob - bbc7eb10d27ca9dc184312943c2f42a998334b68 blob + 642b40a2898c4029b041e5f9d39fd63797787368 --- twind.c +++ twind.c @@ -367,7 +367,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) {