mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-22 01:00:02 +02:00
removes debugging statements
This commit is contained in:
parent
454b0fb7d1
commit
fbc4af28ae
@ -124,7 +124,6 @@ def setup_sio_events(sio: socketio.AsyncServer, state_manager: StateManager) ->
|
|||||||
|
|
||||||
@sio.event
|
@sio.event
|
||||||
async def update_value(sid: str, data: UpdateDict) -> None:
|
async def update_value(sid: str, data: UpdateDict) -> None:
|
||||||
logger.debug(data)
|
|
||||||
path = data["value"]["full_access_path"]
|
path = data["value"]["full_access_path"]
|
||||||
|
|
||||||
# this should probably happen within the following function call -> can also
|
# this should probably happen within the following function call -> can also
|
||||||
@ -141,7 +140,6 @@ def setup_sio_events(sio: socketio.AsyncServer, state_manager: StateManager) ->
|
|||||||
|
|
||||||
@sio.event
|
@sio.event
|
||||||
async def trigger_method(sid: str, data: TriggerMethodDict) -> Any:
|
async def trigger_method(sid: str, data: TriggerMethodDict) -> Any:
|
||||||
logger.info(data)
|
|
||||||
try:
|
try:
|
||||||
method = get_object_attr_from_path_list(
|
method = get_object_attr_from_path_list(
|
||||||
state_manager.service, data["access_path"].split(".")
|
state_manager.service, data["access_path"].split(".")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user