Browse Source

remove forgotten debug log

pull/12/head
Jérôme Loyet 15 years ago
parent
commit
1d3696eecb
  1. 1
      sapi/fpm/fpm/fastcgi.c

1
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;
}

Loading…
Cancel
Save