diff --git a/src/property/Property.cpp b/src/property/Property.cpp index 833d9c68d..c6c3db9e4 100644 --- a/src/property/Property.cpp +++ b/src/property/Property.cpp @@ -21,10 +21,6 @@ #undef min #include -#if !defined ARDUINO_ARCH_SAMD && !defined ARDUINO_ARCH_MBED - #pragma message "No RTC available on this architecture - ArduinoIoTCloud will not keep track of local change timestamps ." -#endif - /****************************************************************************** CTOR/DTOR ******************************************************************************/