Skip to content

Commit

Permalink
remove 'pp'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Ching committed Aug 25, 2011
1 parent 3f05d0e commit a9a01ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/exact_target/request_builder.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -296,9 +296,7 @@ def build(system_name, action, search_type=nil, search_value=nil, options=nil, &
build_system(s, system_name, action, options, &block) build_system(s, system_name, action, options, &block)
end end
end end
x = %Q[<?xml version="1.0"?>#{xml}] %Q[<?xml version="1.0"?>#{xml}]
pp x
x
end end


def parse_options(search_type, search_value, options) def parse_options(search_type, search_value, options)
Expand Down

0 comments on commit a9a01ca

Please sign in to comment.