removes unnecessary log msg

This commit is contained in:
Mose Müller 2023-11-09 14:10:27 +01:00
parent 380f98edb5
commit b60995d218

View File

@ -33,4 +33,3 @@ class DataServiceCache:
full_path = f"{parent_path}.{name}" if parent_path else name full_path = f"{parent_path}.{name}" if parent_path else name
set_nested_value_by_path(self._cache, full_path, value) set_nested_value_by_path(self._cache, full_path, value)
logger.debug(f"Cache updated at path: {full_path}, with value: {value}")