Skip to content

Commit

Permalink
chore: remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie committed Sep 2, 2024
1 parent ea162c1 commit dd4d394
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/activity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd4d394

Please sign in to comment.