diff --git a/lib/restfulie/client/feature/follow_request.rb b/lib/restfulie/client/feature/follow_request.rb index 5e5a4c38..b044ff07 100644 --- a/lib/restfulie/client/feature/follow_request.rb +++ b/lib/restfulie/client/feature/follow_request.rb @@ -23,7 +23,6 @@ def execute(flow, request, response, env) raise Error::AutoFollowWithoutLocationError.new(request, resp) unless location # use the first location available location = location[0] - debugger Restfulie.at(location).accepts(request.headers['Accept']).get end else