Skip to content

Commit

Permalink
Removed backtrace output when Patron can't be loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Oct 15, 2011
1 parent f79907a commit ad516ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/webmock/http_lib_adapters/patron_adapter.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
begin
require 'patron'
rescue LoadError
puts $!
puts $!.backtrace
# patron not found
end

Expand Down

0 comments on commit ad516ea

Please sign in to comment.