mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 01:14:33 +02:00
removed temp debug
This commit is contained in:
parent
65074df370
commit
004fc56269
1 changed files with 0 additions and 4 deletions
|
@ -775,7 +775,3 @@ class MikrotikControllerData:
|
|||
# Update last seen
|
||||
if self.data["host"][uid]["available"]:
|
||||
self.data["host"][uid]["last-seen"] = utcnow()
|
||||
|
||||
# TEMP DEBUG
|
||||
for uid, vals in self.data["host"].items():
|
||||
_LOGGER.warning("HOST %s: %s", uid, vals)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue