diff --git a/src/knx/platform.cpp b/src/knx/platform.cpp index 53eeaa9..eaf18bb 100644 --- a/src/knx/platform.cpp +++ b/src/knx/platform.cpp @@ -35,6 +35,4 @@ Platform::Platform() _memoryReference = (uint8_t*)malloc(1); free(_memoryReference); _memoryReference -= 1024; - print("MemRef: "); - println((long unsigned int)_memoryReference, HEX); }