X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d96f23880184e14e41d8e299590880b426471ef0..5cc8afd896ee2c8f138c955844cdca6e618a7efa:/app/controllers/changeset_controller.rb?ds=sidebyside diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 55e17eee2..8668611eb 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -95,14 +95,12 @@ class ChangesetController < ApplicationController Changeset.transaction do while p.read == 1 - puts p.name break if p.node_type == 15 # end element next unless p.node_type == 1 # element case p.name when 'create': while p.read == 1 - puts "#{p.name} #{p.node_type}" break if p.node_type == 15 # end element next unless p.node_type == 1 # element