WebSocket client library

Revision:
20:bb9d7ba48e6e
Parent:
19:ca8c5ad59850
Child:
21:2c4462ca74fa
--- a/Websocket.cpp	Thu Oct 20 09:58:16 2011 +0000
+++ b/Websocket.cpp	Tue Nov 15 19:34:37 2011 +0000
@@ -1,6 +1,7 @@
 #include "Websocket.h"
 #include <string>
 
+
 Websocket::Websocket(char * url, Wifly * wifi) {
     this->wifi = wifi;
     netif = WIF;
@@ -231,9 +232,7 @@
                     }
                 }
                 if (i==9) {
-#ifdef DEBUG
                     printf("\r\nip_domain: %s\r\npath: /%s\r\nport: %s\r\n\r\n",this->ip_domain.c_str(), this->path.c_str(), this->port.c_str());
-#endif
                     return true;
                 }
             }