removed temp debug

This commit is contained in:
tomaae 2020-04-08 09:48:52 +02:00
parent 65074df370
commit 004fc56269

View file

@ -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)