mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-24 09:48:53 +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][
|
||||
"manufacturer"
|
||||
] = 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:
|
||||
self.data["host"][uid]["manufacturer"] = ""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue