From dd4d394a57dd6b03d22a32042e38a58c69944f1b Mon Sep 17 00:00:00 2001 From: pimlie Date: Mon, 2 Sep 2024 10:38:04 +0200 Subject: [PATCH] chore: remove debug info --- src/activity.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/activity.cpp b/src/activity.cpp index cc101b2..d236043 100644 --- a/src/activity.cpp +++ b/src/activity.cpp @@ -93,7 +93,6 @@ void runActivities(void *params) .quickSleep = TIME_TO_QUICK_SLEEP_SEC, }; timeToSleep = getSleepDuration(sleepSchedule, sleepScheduleSize, time, defaults, doQuickSleep); - Serial.printf("[ACTIVITY SLEEP] Will sleep for %d\n", timeToSleep); #else timeToSleep = doQuickSleep ? TIME_TO_QUICK_SLEEP_SEC : TIME_TO_SLEEP_SEC; #endif