From 7a1a495ccbe63f0b493deb35e8bd5590ea59613f Mon Sep 17 00:00:00 2001 From: tomaae <23486452+tomaae@users.noreply.github.com> Date: Sat, 12 Dec 2020 12:20:53 +0100 Subject: [PATCH] Removed forgotten dev debug message --- custom_components/mikrotik_router/mikrotik_controller.py | 5 ----- 1 file changed, 5 deletions(-) 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"] = ""