mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
remove stray uwsgi_log()
This commit is contained in:
@@ -34,8 +34,6 @@ int uwsgi_routing_func_access(struct wsgi_request *wsgi_req, struct uwsgi_route
|
||||
access_action = strtok(access_data, "=");
|
||||
access_param = strtok(NULL, "");
|
||||
|
||||
uwsgi_log("Access: access_param = %d\n", access_param);
|
||||
|
||||
if (!access_param){
|
||||
// config syntax error if no access_param
|
||||
uwsgi_log("Access: syntax error - no paramater specified after action\n");
|
||||
|
||||
Reference in New Issue
Block a user