modified by ohneta

Dependencies:   ESP8266

Dependents:   HelloESP8266Interface_mine

Fork of ESP8266Interface by NetworkSocketAPI

Revision:
28:6426873b21bd
Parent:
27:eaeecaaae611
Child:
29:f2ae8f47729b
--- a/ESP8266Interface.cpp	Wed Aug 05 21:58:22 2015 +0000
+++ b/ESP8266Interface.cpp	Thu Aug 13 15:36:54 2015 +0000
@@ -145,7 +145,6 @@
     SocketInterface* sock = this->allocateSocket(SOCK_UDP);
     
     DnsQuery dns(sock);
-    printf("DNS look up starting\n");
     dns.gethostbyname(name, hostIP);
     this->deallocateSocket(sock);
 }