mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-30 09:21:20 +01:00
removes unnecessary log msg
This commit is contained in:
@@ -33,4 +33,3 @@ class DataServiceCache:
|
||||
full_path = f"{parent_path}.{name}" if parent_path else name
|
||||
|
||||
set_nested_value_by_path(self._cache, full_path, value)
|
||||
logger.debug(f"Cache updated at path: {full_path}, with value: {value}")
|
||||
|
||||
Reference in New Issue
Block a user