Commit Diff


commit - 9e328210ec26e3d0f683da9aa21c777769b9e7c4
commit + 91d2ac5e163752e9b29c7a8884fc8b6888f4b7b6
blob - 9c294210a3d72f9d8deb66912a481f9f7db74b93
blob + e42e81b170f8e96879052c9ee5fece5535848139
--- twind.c
+++ twind.c
@@ -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) {