mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 08:40:03 +02:00
removes unnecessary log msg
This commit is contained in:
parent
380f98edb5
commit
b60995d218
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user