mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-05 13:11:33 +00:00
remove unneeded debug entry
This commit is contained in:
@@ -603,7 +603,6 @@ int uwsgi_rack_request(struct wsgi_request *wsgi_req) {
|
||||
body = RARRAY_PTR(ret)[2] ;
|
||||
|
||||
if (rb_respond_to( body, rb_intern("to_path") )) {
|
||||
uwsgi_log("TO_PATH\n");
|
||||
VALUE sendfile_path = rb_protect( body_to_path, body, &error);
|
||||
if (error) {
|
||||
uwsgi_ruby_exception();
|
||||
|
||||
Reference in New Issue
Block a user