From 1d3696eecb31b924c207886da203830411f868f7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Loyet?= Date: Mon, 18 Jul 2011 20:59:18 +0000 Subject: [PATCH] remove forgotten debug log --- sapi/fpm/fpm/fastcgi.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sapi/fpm/fpm/fastcgi.c b/sapi/fpm/fpm/fastcgi.c index 4f3974de31..22a8f3a2f0 100644 --- a/sapi/fpm/fpm/fastcgi.c +++ b/sapi/fpm/fpm/fastcgi.c @@ -508,7 +508,6 @@ static int fcgi_get_params(fcgi_request *req, unsigned char *p, unsigned char *e ret = 0; break; } - zlog(ZLOG_DEBUG, "%s=%s", tmp, s); zend_hash_update(req->env, tmp, eff_name_len+1, &s, sizeof(char*), NULL); p += name_len + val_len; } -- 2.40.0