From cbac88efd29a31733391fb7b194237b6d0aa3b2f Mon Sep 17 00:00:00 2001 From: Tomaae <23486452+tomaae@users.noreply.github.com> Date: Tue, 16 Aug 2022 14:37:37 +0200 Subject: [PATCH] removed forgotten debug line --- custom_components/mikrotik_router/update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/mikrotik_router/update.py b/custom_components/mikrotik_router/update.py index c5c0684..6738642 100644 --- a/custom_components/mikrotik_router/update.py +++ b/custom_components/mikrotik_router/update.py @@ -122,7 +122,6 @@ class MikrotikRouterBoardFWUpdate(MikrotikEntity, UpdateEntity): ): """Set up device update entity.""" super().__init__(inst, uid, mikrotik_controller, entity_description) - _LOGGER.error(self._data) self._attr_supported_features = UpdateEntityFeature.INSTALL