MessageOutput does not use LOG macros by itself

This commit is contained in:
Bernhard Kirchen
2025-06-20 21:02:45 +02:00
committed by Thomas Basler
parent 1000e55261
commit 3e3879f9af

View File

@@ -7,9 +7,6 @@
MessageOutputClass MessageOutput;
#undef TAG
#define TAG "MessageOutput"
MessageOutputClass::MessageOutputClass()
: _loopTask(TASK_IMMEDIATE, TASK_FOREVER, std::bind(&MessageOutputClass::loop, this))
{