remove debug output
This commit is contained in:
parent
96f3e554ee
commit
2c8db7aa61
|
@ -12,7 +12,6 @@ module Travis::API::V3
|
|||
return service_index(env) if env['PATH_INFO'.freeze] == ?/.freeze
|
||||
access_control = AccessControl.new(env)
|
||||
factory, params = routes.factory_for(env['REQUEST_METHOD'.freeze], env['PATH_INFO'.freeze])
|
||||
p factory
|
||||
env_params = params(env)
|
||||
|
||||
raise NotFound unless factory
|
||||
|
|
Loading…
Reference in New Issue
Block a user