remove print statement

This commit is contained in:
DavIvek 2025-09-09 11:58:45 +02:00
parent 1641b9c1c1
commit 78cdab98d9

View file

@ -191,7 +191,6 @@ async def add_nodes_and_edges_bulk_tx(
for edge in episodic_edges:
await tx.run(episodic_edge_query, **edge.model_dump())
else:
print(episodes)
await tx.run(get_episode_node_save_bulk_query(driver.provider), episodes=episodes)
await tx.run(get_entity_node_save_bulk_query(driver.provider, nodes), nodes=nodes)
await tx.run(