remove old todos

This commit is contained in:
proddy
2025-11-24 23:25:43 +01:00
parent 7d9cb2932f
commit 3113a4be2b
3 changed files with 0 additions and 3 deletions

View File

@@ -346,7 +346,6 @@ void SyslogService::loop() {
}
bool SyslogService::can_transmit() {
// TODO this should be checked also for Eth
if (!host_.empty() && (uint32_t)ip_ == 0) {
WiFi.hostByName(host_.c_str(), ip_);
}