removed forgotten debug line

This commit is contained in:
Tomaae 2022-08-16 14:37:37 +02:00
parent 23f64fd401
commit cbac88efd2
No known key found for this signature in database
GPG key ID: 8360BBD8A381D1C0

View file

@ -122,7 +122,6 @@ class MikrotikRouterBoardFWUpdate(MikrotikEntity, UpdateEntity):
): ):
"""Set up device update entity.""" """Set up device update entity."""
super().__init__(inst, uid, mikrotik_controller, entity_description) super().__init__(inst, uid, mikrotik_controller, entity_description)
_LOGGER.error(self._data)
self._attr_supported_features = UpdateEntityFeature.INSTALL self._attr_supported_features = UpdateEntityFeature.INSTALL