RC

Dependents:   WizFi250_AP_HelloWorld

Fork of WizFi250Interface by DongEun Koak

Revision:
2:eb83da9deb2d
Parent:
0:f2039204c8f6
Child:
5:8a0702aa91e3
diff -r 23e6f886c8f1 -r eb83da9deb2d Socket/TCPSocketServer.cpp
--- a/Socket/TCPSocketServer.cpp	Tue Jun 03 00:59:50 2014 +0000
+++ b/Socket/TCPSocketServer.cpp	Tue Jun 03 04:23:37 2014 +0000
@@ -38,7 +38,7 @@
         _server = false;
         _cid = _wizfi250->listen(WizFi250::PROTO_TCP, _port);
 
-        DBG("TEST CID : %d",_cid);
+        //DBG("TEST CID : %d",_cid);
         if (_cid < 0) return -1;
     }
 
@@ -57,7 +57,6 @@
         }
 
         if (acid >= 0) {
-            printf("TEST acid : %d\r\n",acid);
             connection.acceptCID(acid);
             return 0;
         }