From: Gabriel Ebner Date: Tue, 13 May 2008 13:42:03 +0000 (+0000) Subject: api06: remove debugging output. X-Git-Tag: live~7573^2~334 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5cc8afd896ee2c8f138c955844cdca6e618a7efa?ds=sidebyside api06: remove debugging output. --- 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