Remove print

This commit is contained in:
DingZQ
2022-10-21 20:03:56 +08:00
parent a8cd417188
commit 6a66f8c967

View File

@@ -105,10 +105,6 @@ async def fastapi_execute_batch_commands(network: str, req: Request)-> ChangeSet
jo_root = await req.json()
cs: ChangeSet = ChangeSet()
cs.operations = jo_root['operations']
print(cs.operations)
print(cs)
return execute_batch_commands(network, cs)
# node