Skip to content

Commit 78fd6b7

Browse files
committed
Remove outdated comment in ExceptionsWrapper#show? [ci skip]
Support for `true` and `false` was removed in ec2c266.
1 parent 4816684 commit 78fd6b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

actionpack/lib/action_dispatch/middleware/exception_wrapper.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def show?(request)
180180
# once.
181181
config = request.get_header("action_dispatch.show_exceptions")
182182

183-
# Include true and false for backwards compatibility.
184183
case config
185184
when :none
186185
false

0 commit comments

Comments
 (0)