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