lib/helmet/api.rb in helmet-0.0.5 vs lib/helmet/api.rb in helmet-0.0.6
- old
+ new
@@ -87,10 +87,9 @@
route[1].call(env) if route.first =~ path
end
end
nil
end
- p resp
return resp if resp
sig = API.signature(env['REQUEST_METHOD'], path)
block = @@routes[sig]
if block
\ No newline at end of file