remove useless logging

This commit is contained in:
Omar Polo 2023-08-09 19:13:48 +00:00
parent 390d312b22
commit cf2784df75
1 changed files with 0 additions and 1 deletions

1
fcgi.c
View File

@ -403,7 +403,6 @@ fcgi_req(struct client *c, struct location *loc)
l--;
if (!strncmp(scriptname, path, l) && (path[l] == '/' ||
path[l] == '\0')) {
log_warnx("in here! %zu %s", l, path);
fcgi_send_param(c->cgibev, "PATH_INFO", &path[l]);
path[l] = '\0';
fcgi_send_param(c->cgibev, "SCRIPT_NAME", path);