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:
kruenhec
Date:
Wed Jan 27 22:55:35 2016 +0000
Parent:
52:d49ba1ed624c
Child:
54:57ca8f2cf148
Commit message:
Eliminated extra http debug information because it bogged down the system.

Changed in this revision

HTTPClient.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/HTTPClient.cpp	Tue Jan 26 20:09:15 2016 +0000
+++ b/HTTPClient.cpp	Wed Jan 27 22:55:35 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>