X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/721f8e00b287974d6346e3c62bb8d0d599cc7db3..7c47cde474690f3d94f286b3477a1a31a1c51420:/app/controllers/api/relations_controller.rb diff --git a/app/controllers/api/relations_controller.rb b/app/controllers/api/relations_controller.rb index b237f8bf8..a9b85de7d 100644 --- a/app/controllers/api/relations_controller.rb +++ b/app/controllers/api/relations_controller.rb @@ -48,8 +48,6 @@ module Api end def update - logger.debug request.raw_post - relation = Relation.find(params[:id]) new_relation = Relation.from_xml(request.raw_post)