From 3e3879f9af9bcc79cf42b1f682e8acdbbe528514 Mon Sep 17 00:00:00 2001 From: Bernhard Kirchen Date: Fri, 20 Jun 2025 21:02:45 +0200 Subject: [PATCH] MessageOutput does not use LOG macros by itself --- src/MessageOutput.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/MessageOutput.cpp b/src/MessageOutput.cpp index 7333c0ab..dcb34888 100644 --- a/src/MessageOutput.cpp +++ b/src/MessageOutput.cpp @@ -7,9 +7,6 @@ MessageOutputClass MessageOutput; -#undef TAG -#define TAG "MessageOutput" - MessageOutputClass::MessageOutputClass() : _loopTask(TASK_IMMEDIATE, TASK_FOREVER, std::bind(&MessageOutputClass::loop, this)) {