aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml')
-rw-r--r--actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml b/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml
index 05e2f7907c..81995320c2 100644
--- a/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml
+++ b/actionpack/lib/action_controller/templates/rescues/_request_and_response.rhtml
@@ -31,8 +31,6 @@
request_parameters_without_action.delete("controller")
request_dump = request_parameters_without_action.inspect.gsub(/,/, ",\n")
- session_dump = @request.session.instance_variable_get("@data").inspect.gsub(/,/, ",\n")
- response_dump = @response.inspect.gsub(/,/, ",\n")
%>
<h2 style="margin-top: 30px">Request</h2>