elyngved / ruby-mws

A Ruby library that wraps the Amazon MWS API.
MIT License
41 stars 64 forks source link

How can I disable debugging the HTTParty request - like debug_output $stderr in MWS::Base ? #13

Open clarkewd opened 10 years ago

clarkewd commented 10 years ago

I see that debug_ouput is set here

How can I disable that? I don't want to see the headers / response from the http requests in the rails console ( on my development machine )

Thanks!

jordoh commented 9 years ago

Calling MWS::API::Base.debug_output(nil) will disable the debug output.