removed temp debug

This commit is contained in:
tomaae 2020-04-08 10:33:32 +02:00
parent b0918fd782
commit b962a5ee85

View file

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