From 5cc8afd896ee2c8f138c955844cdca6e618a7efa Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Tue, 13 May 2008 13:42:03 +0000 Subject: [PATCH] api06: remove debugging output. --- app/controllers/changeset_controller.rb | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.43.2