mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-07-11 12:01:48 +02: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