Commit Diff


commit - 390d312b22670d92dc6ee5afd7a116b7a2330881
commit + cf2784df752095e7f81d4ea55ef6a7f1fb6224c4
blob - b8378d40a373badf9fe3fa8dd24c6dd7751f1799
blob + e681e1b5bb39bf3e023e0ca22acdf7218c249daa
--- fcgi.c
+++ 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);