mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-28 11:40:08 +02:00
Removed forgotten dev debug message
This commit is contained in:
parent
f63c069940
commit
7a1a495ccb
1 changed files with 0 additions and 5 deletions
|
@ -1271,11 +1271,6 @@ class MikrotikControllerData:
|
||||||
self.data["host"][uid][
|
self.data["host"][uid][
|
||||||
"manufacturer"
|
"manufacturer"
|
||||||
] = await self.async_mac_lookup.lookup(vals["mac-address"])
|
] = await self.async_mac_lookup.lookup(vals["mac-address"])
|
||||||
print(
|
|
||||||
"MAC address {} is assigned to {}".format(
|
|
||||||
vals["mac-address"], self.data["host"][uid]["manufacturer"]
|
|
||||||
)
|
|
||||||
)
|
|
||||||
except:
|
except:
|
||||||
self.data["host"][uid]["manufacturer"] = ""
|
self.data["host"][uid]["manufacturer"] = ""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue