]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changeset_controller.rb
Drop the old output_compression plugin
[rails.git] / app / controllers / changeset_controller.rb
index d2740f7f33e13aa3c89605e546535fa0d69b7d16..2a8fec95e775cf0ec024216c17256c0ff8210fb5 100644 (file)
@@ -14,7 +14,6 @@ class ChangesetController < ApplicationController
   before_action :check_api_writable, :only => [:create, :update, :delete, :upload, :include, :comment, :subscribe, :unsubscribe, :hide_comment, :unhide_comment]
   before_action :check_api_readable, :except => [:create, :update, :delete, :upload, :download, :query, :list, :feed, :comment, :subscribe, :unsubscribe, :comments_feed]
   before_action(:only => [:list, :feed, :comments_feed]) { |c| c.check_database_readable(true) }
-  after_action :compress_output
   around_action :api_call_handle_error, :except => [:list, :feed, :comments_feed]
   around_action :web_timeout, :only => [:list, :feed, :comments_feed]