Commit c091730067afec8f2ecdaf27a04a9d3a29652eaa

Authored by Antonio Terceiro
Committed by Paulo Meireles
1 parent c7e5d2ae

Silence Savon/HTTPI when not in development

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
plugins/mezuro/lib/kalibro/client/port.rb
1 1 require 'savon'
2 2  
  3 +Savon.configure do |config|
  4 + config.log = HTTPI.log = (RAILS_ENV == 'development')
  5 +end
  6 +
3 7 class Kalibro::Client::Port
4 8  
5 9 def initialize(endpoint)
... ...