mirror of https://github.com/eclipse/paho.mqtt.c
Remove printf #600
This commit is contained in:
parent
a2b80b7ed8
commit
ecbdce2405
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue