Remove printf #600

This commit is contained in:
Ian Craggs 2020-11-10 16:12:57 +00:00
parent a2b80b7ed8
commit ecbdce2405
1 changed files with 0 additions and 2 deletions

View File

@ -227,8 +227,6 @@ int MQTTProtocol_connect(const char* ip_address, Clients* aClient, int websocket
else
p0 = getenv("http_proxy");
printf("aClient->httpProxy %s\n", aClient->httpProxy);
if (p0)
{
if ((rc = MQTTProtocol_setHTTPProxy(aClient, p0, &aClient->net.http_proxy, &aClient->net.http_proxy_auth, "http://")) != 0)