remove unused function call

This commit is contained in:
technyon
2023-02-18 19:15:14 +01:00
parent d0fbaefd77
commit 4ee587134a

View File

@@ -154,7 +154,6 @@ void setup()
{
Serial.begin(115200);
Log = &Serial;
initializeRestartReason();
Log->print(F("NUKI Hub version ")); Log->println(NUKI_HUB_VERSION);