reverted HTTPCLient debug back to defaulted off

Dependencies:   HTTPClient-SSL

Fork of MTS-Socket by Keith Ruenheck

Revision:
2:ebc6129de4e8
Parent:
1:096f484f3ae6
--- a/CommInterface.h	Mon May 19 12:36:11 2014 -0500
+++ b/CommInterface.h	Tue May 20 16:12:17 2014 -0500
@@ -1,8 +1,6 @@
 #ifndef COMMINTERFACE_H
 #define COMMINTERFACE_H
 
-#include "mbed.h"
-
 /** This pure virtual class for communications link of interface. This class
 * should be derived from when creating a class to manage the underlying connection
 * of a new link type.