Core Base Classes for the Light Endpoints

Dependencies:   BufferedSerial

Dependents:   mbed_mqtt_endpoint_ublox_ethernet mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet ... more

Revision:
114:bd38ad417d6a
Parent:
55:63350425d704
Child:
135:7f3f963cd159
--- a/ResourceFactory.cpp	Tue Mar 18 21:50:19 2014 +0000
+++ b/ResourceFactory.cpp	Wed Mar 19 03:30:37 2014 +0000
@@ -66,7 +66,7 @@
         if (strcmp(this->m_list[i]->getName(),name) == 0) {
             found = true;
             value = this->m_list[i]->getValue();
-            this->logger()->log("Getting Resource: %s Value: %s",name,value);
+            //this->logger()->log("Getting Resource: %s Value: %s",name,value);
         }
     }