diff --git a/custom_components/mikrotik_router/mikrotik_controller.py b/custom_components/mikrotik_router/mikrotik_controller.py index a48cdee..7b1a0c1 100644 --- a/custom_components/mikrotik_router/mikrotik_controller.py +++ b/custom_components/mikrotik_router/mikrotik_controller.py @@ -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"] = ""