mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-16 04:14:31 +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
|
# Update last seen
|
||||||
if self.data["host"][uid]["available"]:
|
if self.data["host"][uid]["available"]:
|
||||||
self.data["host"][uid]["last-seen"] = utcnow()
|
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