diff --git a/components/truma_inetbox/LinBusListener.cpp b/components/truma_inetbox/LinBusListener.cpp index 53f9e1f..8bf698d 100644 --- a/components/truma_inetbox/LinBusListener.cpp +++ b/components/truma_inetbox/LinBusListener.cpp @@ -520,7 +520,6 @@ void LinBusListener::maybe_send_stream_(const QUEUE_LOG_MSG &log_msg) { line.push_back('\n'); this->stream_enqueue_line_(line); } -#endif void LinBusListener::stream_enqueue_line_(const std::string &line) { if (!this->stream_queue_) return; if (line.empty()) return;