removed useless log statement.

This commit is contained in:
arabcoders 2025-07-19 20:49:50 +03:00
parent a7e8d242c9
commit 94193b808f

View file

@ -161,7 +161,6 @@ class Item:
data["template"] = item.get("template")
if "auto_start" in item and isinstance(item.get("auto_start"), bool):
LOG.info("Item '%s' auto_start is set to %s.", url, item.get("auto_start"))
data["auto_start"] = bool(item.get("auto_start"))
extras = item.get("extras")