reverted HTTPCLient debug back to defaulted off

Dependencies:   CyaSSL

Fork of HTTPClient-SSL by Keith Ruenheck

Files at this revision

API Documentation at this revision

Comitter:
JonB
Date:
Fri Mar 11 13:39:03 2016 +0000
Parent:
55:be7aecd7d2ec
Commit message:
Reverted HTTPClient debugging to disabled by default

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r be7aecd7d2ec -r 4a3c68b302f6 HTTPClient.cpp
--- a/HTTPClient.cpp	Thu Feb 04 17:42:55 2016 +0000
+++ b/HTTPClient.cpp	Fri Mar 11 13:39:03 2016 +0000
@@ -22,7 +22,7 @@
 #define MAX_URL_PATH_LENGTH     128
 
 //Debug is disabled by default
-#define HTTP_DEBUG
+//#define HTTP_DEBUG
 #ifdef HTTP_DEBUG
 //Enable debug
 #include <cstdio>