X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dbc3ab53e76f74306b2fe9722e5e77b52a45cf06..123c7d10a5e798e2379dfb04df4a22b1deface3c:/app/controllers/api/notes_controller.rb diff --git a/app/controllers/api/notes_controller.rb b/app/controllers/api/notes_controller.rb index 3352c1f69..9a00814f5 100644 --- a/app/controllers/api/notes_controller.rb +++ b/app/controllers/api/notes_controller.rb @@ -7,7 +7,6 @@ module Api authorize_resource before_action :set_locale - around_action :api_call_handle_error, :api_call_timeout before_action :set_request_formats, :except => [:feed] ##