I don't know why this is happening.

Fork of BLE_API by Bluetooth Low Energy

Revision:
884:89b7e405170e
Parent:
242:0e9201b67e2f
--- a/services/URIBeaconConfigService.h	Tue Dec 09 08:18:11 2014 +0000
+++ b/services/URIBeaconConfigService.h	Mon Nov 30 16:42:22 2015 +0000
@@ -416,11 +416,11 @@
      * For debugging only. Print Hex representation of ServiceDataPayload to the console.
      */
     void dumpEncodedSeviceData() const {
-        printf("encoded: '");
+        /*printf("encoded: '");
         for (unsigned i = 0; i < payloadIndex; i++) {
             printf(" %02x", serviceDataPayload[i]);
         }
-        printf("'\r\n");
+        printf("'\r\n"); */
     }
 
 private: