mqtt specific components for the impact mbed endpoint library

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_mqtt_endpoint_nxp

Revision:
30:00ff5fe192f0
Parent:
29:ac6390032cec
Child:
36:23a1b2dde4d9
--- a/MBEDEndpoint.cpp	Mon Apr 07 03:15:02 2014 +0000
+++ b/MBEDEndpoint.cpp	Mon Apr 07 03:37:12 2014 +0000
@@ -51,20 +51,15 @@
      if (getUbloxConnectStatus() != 0) success = false;
 #endif
      if (success) this->initPreferences();
-     this->logger()->log("DOUG1");
      if (success) this->initEndpointName();
-     this->logger()->log("DOUG2");
      if (success) this->logger()->turnLEDBlue();
-     this->logger()->log("DOUG3");
-#ifdef MAC_ADDRESS
+ #ifdef MAC_ADDRESS
      extern char fmt_mac[RESOURCE_VALUE_LEN+1];
      if (success)this->logger()->log("%s (MAC: %s)",ENDPOINT_VERSION_ANNOUNCE,fmt_mac);
 #else
      if (success)this->logger()->log(ENDPOINT_VERSION_ANNOUNCE);
 #endif
-     this->logger()->log("DOUG4");
      if (success) this->initGWAddress();
-     this->logger()->log("DOUG5");
      if (success) this->logger()->log("IOC GW IP: %s",this->m_gw_address);
      if (PL_ENABLE && success) this->logger()->log("Philips Light ID: %d Philips Gateway IP: %s",PL_LIGHT_ID,PL_GW_ADDRESS);
 #ifdef CELLULAR_NETWORK