- Added messages

Fork of WiflyInterface by Damien Frost

Revision:
23:cb8522185c56
Parent:
20:3616a765c1b8
Child:
26:eaaedb036df1
--- a/Socket/TCPSocketConnection.cpp	Wed Mar 30 10:39:39 2016 +0000
+++ b/Socket/TCPSocketConnection.cpp	Thu Mar 31 12:38:56 2016 +0000
@@ -24,7 +24,6 @@
 int TCPSocketConnection::connect(const char* host, const int port)
 {  
     bool result = wifi->connect(host, port);
-    pc.printf("wifi-connect() result: %d\n\r", result);
     if (!result)
         return -1;
     wifi->flush();