mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-19 18:25:26 +02:00
removed temporary debug line
This commit is contained in:
parent
b267943ba7
commit
a9c0be0b2c
1 changed files with 0 additions and 1 deletions
|
@ -753,7 +753,6 @@ class MikrotikControllerData:
|
|||
if vals["address"] != "unknown":
|
||||
for dns_uid, dns_vals in self.data["dns"].items():
|
||||
if dns_vals["address"] == vals["address"]:
|
||||
_LOGGER.warning("DNS %s: %s", dns_vals["name"], dns_vals["name"].split('.')[0])
|
||||
self.data["host"][uid]["hostname"] = dns_vals["name"].split('.')[0]
|
||||
break
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue