mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-02-14 14:28:40 +01:00
removes debug msg
This commit is contained in:
@@ -314,8 +314,6 @@ class Server:
|
|||||||
|
|
||||||
if cached_value_dict["type"] != "method":
|
if cached_value_dict["type"] != "method":
|
||||||
cached_value_dict["type"] = serialized_value["type"]
|
cached_value_dict["type"] = serialized_value["type"]
|
||||||
else:
|
|
||||||
logger.debug("Got method")
|
|
||||||
|
|
||||||
cached_value_dict["value"] = serialized_value["value"]
|
cached_value_dict["value"] = serialized_value["value"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user