Added HTTP API to C027_Support library.
Fork of C027_Support by
Revision 118:c2c4b6b421c8, committed 2015-03-12
- Comitter:
- mazgch
- Date:
- Thu Mar 12 12:29:22 2015 +0000
- Parent:
- 117:74e4e0109a9e
- Child:
- 119:db878a234544
- Commit message:
- disable spurious debug
Changed in this revision
MDM.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MDM.cpp Thu Jan 22 08:02:55 2015 +0000 +++ b/MDM.cpp Thu Mar 12 12:29:22 2015 +0000 @@ -66,7 +66,6 @@ { if (_debugLevel >= level) { - ::printf("_debugPrint %d %d\r\n", _debugLevel, level); va_list args; va_start (args, format); if (color) ::printf(color);