Skip to content

Commit

Permalink
Removed puts of element name
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvid Andersson committed Nov 10, 2011
1 parent 499e4ba commit a90fe3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/fog/aws/parsers/cdn/get_invalidation_list.rb
Expand Up @@ -15,7 +15,6 @@ def start_element(name, attrs = [])
end

def end_element(name)
puts name
case name
when 'InvalidationSummary'
@response['InvalidationSummary'] << @invalidation_summary
Expand Down

0 comments on commit a90fe3d

Please sign in to comment.