aboutsummaryrefslogtreecommitdiff
path: root/fcgi.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-08-09 19:13:48 +0000
committerOmar Polo <op@omarpolo.com>2023-08-09 19:13:48 +0000
commitcf2784df752095e7f81d4ea55ef6a7f1fb6224c4 (patch)
treeb6a4478c756aa6d236f9078b55b28886077c5c73 /fcgi.c
parent390d312b22670d92dc6ee5afd7a116b7a2330881 (diff)
remove useless logging
Diffstat (limited to 'fcgi.c')
-rw-r--r--fcgi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fcgi.c b/fcgi.c
index b8378d4..e681e1b 100644
--- a/fcgi.c
+++ b/fcgi.c
@@ -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);