lib/smshelper/api/esendex.rb in smshelper-0.4.11 vs lib/smshelper/api/esendex.rb in smshelper-0.4.12

- old
+ new

@@ -14,12 +14,12 @@ "com:Password" => config.esendex[:passwd], "com:Account" => config.esendex[:acc]} Savon.configure do |config| config.raise_errors = true - config.log = true + config.log = false config.log_level = :debug - HTTPI.log = true + HTTPI.log = false end @inbox = Array.new super end