Open clarkewd opened 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!
Calling MWS::API::Base.debug_output(nil) will disable the debug output.
MWS::API::Base.debug_output(nil)
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!