X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c1cccd40fc6af6b9790c9902581cf2e49006c084..2e1f6428e7d03a109db57b0d0614ecd2c0e5d5c1:/app/controllers/api/old_elements_controller.rb diff --git a/app/controllers/api/old_elements_controller.rb b/app/controllers/api/old_elements_controller.rb index 2343252db..73e57c1f8 100644 --- a/app/controllers/api/old_elements_controller.rb +++ b/app/controllers/api/old_elements_controller.rb @@ -9,7 +9,6 @@ module Api authorize_resource - around_action :api_call_handle_error, :api_call_timeout before_action :lookup_old_element, :except => [:history] before_action :lookup_old_element_versions, :only => [:history]