Skip to content

Commit

Permalink
Got rid of puts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Reeder committed Dec 4, 2009
1 parent fcce3f1 commit eb2598d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/elb/elb_interface.rb
Expand Up @@ -306,7 +306,7 @@ def reset
end

def tagstart(name, attributes)
puts 'tagstart ' + name + ' -- ' + @xmlpath
# puts 'tagstart ' + name + ' -- ' + @xmlpath
if (name == 'member' && @xmlpath == 'RegisterInstancesWithLoadBalancerResponse/RegisterInstancesWithLoadBalancerResult/Instances/member')
@member = { }
end
Expand All @@ -331,7 +331,7 @@ def reset
end

def tagstart(name, attributes)
puts 'tagstart ' + name + ' -- ' + @xmlpath
# puts 'tagstart ' + name + ' -- ' + @xmlpath
if (name == 'member' && @xmlpath == 'DescribeInstanceHealthResponse/DescribeInstanceHealthResult/InstanceStates')
@member = { }
end
Expand Down

0 comments on commit eb2598d

Please sign in to comment.