# File lib/dragonfly/cookie_monster.rb, line 8 def call(env) status, headers, body = @app.call(env) headers.delete('Set-Cookie') if env['dragonfly.job'] [status, headers, body] end