]> git.openstreetmap.org Git - rails.git/commitdiff
Remove logger.debug from relation update action
authorAnton Khorev <tony29@yandex.ru>
Fri, 6 Dec 2024 11:27:46 +0000 (14:27 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 6 Dec 2024 11:27:46 +0000 (14:27 +0300)
app/controllers/api/relations_controller.rb

index b237f8bf85e09bec86fb1fcbfc6658e765b126f6..a9b85de7dc3f68d40fa84cab7b782b0766fda9e9 100644 (file)
@@ -48,8 +48,6 @@ module Api
     end
 
     def update
     end
 
     def update
-      logger.debug request.raw_post
-
       relation = Relation.find(params[:id])
       new_relation = Relation.from_xml(request.raw_post)
 
       relation = Relation.find(params[:id])
       new_relation = Relation.from_xml(request.raw_post)