From 4ee587134ad8ef27c1f8bf655cce94589c1d4bbe Mon Sep 17 00:00:00 2001 From: technyon Date: Sat, 18 Feb 2023 19:15:14 +0100 Subject: [PATCH] remove unused function call --- main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/main.cpp b/main.cpp index 5bf1f4a..a1a15c4 100644 --- a/main.cpp +++ b/main.cpp @@ -154,7 +154,6 @@ void setup() { Serial.begin(115200); Log = &Serial; - initializeRestartReason(); Log->print(F("NUKI Hub version ")); Log->println(NUKI_HUB_VERSION);