]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changeset_controller.rb
Use config.filter_parameters instead of filter_parameter_logging
[rails.git] / app / controllers / changeset_controller.rb
index 45b5f80f9479c7fe8c300d363f77215083e344d8..8789476dbf4a4def010df3b46cc793ccf9f2a540 100644 (file)
@@ -16,8 +16,6 @@ class ChangesetController < ApplicationController
   around_filter :api_call_handle_error, :except => [:list]
   around_filter :web_timeout, :only => [:list]
 
-  filter_parameter_logging "<osmChange version"
-
   # Help methods for checking boundary sanity and area size
   include MapBoundary