remove unneeded debug entry

This commit is contained in:
roberto@oneiric64
2011-11-28 22:06:08 +01:00
parent 177dc3322b
commit c0075c817d
-1
View File
@@ -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();