summaryrefslogtreecommitdiff
path: root/ButtonHandler/ButtonHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ButtonHandler/ButtonHandler.cpp')
-rw-r--r--ButtonHandler/ButtonHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ButtonHandler/ButtonHandler.cpp b/ButtonHandler/ButtonHandler.cpp
index 25cf08e..edc9ea1 100644
--- a/ButtonHandler/ButtonHandler.cpp
+++ b/ButtonHandler/ButtonHandler.cpp
@@ -1,5 +1,4 @@
#include "ButtonHandler.h"
-#include "MTSLog.h"
#define signal (int32_t)0xA0
@@ -21,7 +20,6 @@ void b_worker(void const* argument) {
while (true) {
e = Thread::signal_wait(signal, 250);
if (e.status == osEventSignal) {
- logInfo("button worker received signal");
switch (event) {
case b_sw1_fall:
if (! b->_sw1_running) {