diff --git a/lib/travis/api/v3/router.rb b/lib/travis/api/v3/router.rb index cdeaedf0..8e39fc15 100644 --- a/lib/travis/api/v3/router.rb +++ b/lib/travis/api/v3/router.rb @@ -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