forked from weirdhome

Fork of HTTPClient by David Smart

Revision:
34:3556275bebf3
Parent:
33:d4d1475bafc0
Child:
35:d9e2d1c96b75
diff -r d4d1475bafc0 -r 3556275bebf3 data/HTTPFile.cpp
--- a/data/HTTPFile.cpp	Sun Feb 01 16:50:39 2015 +0000
+++ b/data/HTTPFile.cpp	Sun Mar 08 17:50:52 2015 +0000
@@ -1,6 +1,6 @@
 #include "HTTPFile.h"
 
-#define DEBUG "HTfi"
+//#define DEBUG "HTfi"
 #include <cstdio>
 #if (defined(DEBUG) && !defined(TARGET_LPC11U24))
 #define DBG(x, ...)  std::printf("[DBG %s %3d] "x"\r\n", DEBUG, __LINE__, ##__VA_ARGS__);