Skip to content

Commit

Permalink
Merge pull request johnnyiller#5 from riffraff/patch-1
Browse files Browse the repository at this point in the history
remove spurious "puts"
  • Loading branch information
johnnyiller committed Mar 7, 2012
2 parents 27b0b92 + 59efd70 commit 5846c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/itunes-search/search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def fetch
def results
ra = []
ra = self.to_hash["results"].collect {|r| ItunesSearch::Result.new(r)} unless self.to_hash["results"].empty?
puts ra.inspect
return ra
end

Expand Down

0 comments on commit 5846c99

Please sign in to comment.