mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 09:24:31 +02:00
removed temp debug
This commit is contained in:
parent
b0918fd782
commit
b962a5ee85
1 changed files with 0 additions and 4 deletions
|
@ -827,7 +827,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