From 6a66f8c9673ea3c77cea058d885ee0fdce022731 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Fri, 21 Oct 2022 20:03:56 +0800 Subject: [PATCH] Remove print --- main.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/main.py b/main.py index 174cb82..36381de 100644 --- a/main.py +++ b/main.py @@ -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