Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Removing printed message stating that libxml-ruby is being used.
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Apr 25, 2009
1 parent ed2791f commit c2a6998
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/campaign_monitor.rb
Expand Up @@ -258,7 +258,6 @@ def wsdl_driver_factory
raise LoadError unless XML::Parser::VERSION > '0.3.8.2'
$:.push(File.join(File.dirname(__FILE__), '..', 'support', 'faster-xml-simple', 'lib'))
require 'faster_xml_simple'
p 'Using libxml-ruby'
FasterXmlSimple
rescue LoadError
begin
Expand Down

0 comments on commit c2a6998

Please sign in to comment.