Removed forgotten dev debug message

This commit is contained in:
tomaae 2020-12-12 12:20:53 +01:00
parent f63c069940
commit 7a1a495ccb

View file

@ -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"] = ""