summaryrefslogtreecommitdiffstats
path: root/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'timer.cpp')
-rw-r--r--timer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/timer.cpp b/timer.cpp
index afd4b8d..7052775 100644
--- a/timer.cpp
+++ b/timer.cpp
@@ -72,7 +72,6 @@ int Timer::timeoutHandler(sd_event_source* eventSource,
timer->userCallBack();
}
- log<level::INFO>("Timer expired");
sd_event_source_set_enabled(eventSource, SD_EVENT_OFF);
return 0;
}
OpenPOWER on IntegriCloud