Skip to content

Commit

Permalink
Merge pull request #10861 from arunagw/unused_var_removed
Browse files Browse the repository at this point in the history
Unused variable warning removed
  • Loading branch information
carlosantoniodasilva committed Jun 6, 2013
2 parents 4267739 + 2f00e75 commit 0723580
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -7,7 +7,6 @@ def initialize(public_path)
end

def call(env)
exception = env["action_dispatch.exception"]
status = env["PATH_INFO"][1..-1]
request = ActionDispatch::Request.new(env)
content_type = request.formats.first
Expand Down

0 comments on commit 0723580

Please sign in to comment.