nmattisson/HttpClient

Turning off logging

Closed this issue · 1 comments

I can't seem to be able to turn off the logging feature of the library.
I tried using an #undef LOGGING in my application code, but it's not working.
Perhaps you could remove the #define from the library and we can add it later if needed in the application code?
Thanks!

Fixed in 30e1b76.

N