Init
Fork of ESP8266Interface by
Diff: Socket/TCPSocketConnection.cpp
- Revision:
- 40:0a83315aea0a
- Parent:
- 33:727aac1996b8
- Child:
- 42:3f62103a4f3c
diff -r 89e259295728 -r 0a83315aea0a Socket/TCPSocketConnection.cpp --- a/Socket/TCPSocketConnection.cpp Sat May 02 04:08:30 2015 +0000 +++ b/Socket/TCPSocketConnection.cpp Mon May 04 12:04:54 2015 +0000 @@ -23,7 +23,7 @@ using std::memcpy; //Debug is disabled by default -#ifdef DEBUG +#if 0 #define DBG(x, ...) printf("[TCPConnection : DBG]"x"\r\n", ##__VA_ARGS__); #define WARN(x, ...) printf("[TCPConnection: WARN]"x"\r\n", ##__VA_ARGS__); #define ERR(x, ...) printf("[TCPConnection : ERR]"x"\r\n", ##__VA_ARGS__);