From 0ddc47a0e1d01965dc06a9d14d9290c0ee9b92ac Mon Sep 17 00:00:00 2001 From: Cizz22 Date: Tue, 19 Aug 2025 16:14:04 +0700 Subject: [PATCH] test --- src/aeros_simulation/service.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/aeros_simulation/service.py b/src/aeros_simulation/service.py index 9593140..2f9d422 100644 --- a/src/aeros_simulation/service.py +++ b/src/aeros_simulation/service.py @@ -86,9 +86,6 @@ async def get_or_save_node(*, db_session: DbSession, node_data: dict, type: str if not node: print("Creating new node") - save = save_to_pastebin(str(node_data)) - print(save) - if type == "calc": print("Creating calc node") node = AerosNode(