remove print statement
This commit is contained in:
parent
1641b9c1c1
commit
78cdab98d9
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue