X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c1cccd40fc6af6b9790c9902581cf2e49006c084..738e66afa6231390f52679fe8b343478643f5684:/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]