Skip to content

Commit

Permalink
drop puts
Browse files Browse the repository at this point in the history
  • Loading branch information
briandunn committed Aug 12, 2009
1 parent 3a28bb4 commit 6b430dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net_flix/title.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def to_s

private
def fetch_link(title)
puts link_url = ( @xdoc / "//catalog_title/link[@title='#{title}']/@href" ).to_s
link_url = ( @xdoc / "//catalog_title/link[@title='#{title}']/@href" ).to_s
NetFlix::Request.new(:url => link_url ).send
end

Expand Down

0 comments on commit 6b430dc

Please sign in to comment.