remove TODO

This commit is contained in:
proddy
2022-10-10 20:09:29 +02:00
parent c159ce7eb9
commit f081d7fd3c

View File

@@ -443,7 +443,6 @@ bool SyslogService::transmit(const QueuedLogMessage & message) {
udp_.print('-');
}
// TODO should use flash?
udp_.printf_P(PSTR(" %s %s - - - "), hostname_.c_str(), (message.content_->name));
char id_c_str[15];