Skip to content

Commit 012da05

Browse files
removing not needed call to director-v2
1 parent 6bfab60 commit 012da05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

services/web/server/src/simcore_service_webserver/projects/projects_api.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,6 @@ async def patch_project(
293293
new_partial_project_data=_project_patch_exclude_unset,
294294
)
295295

296-
# 5. Make calls to director-v2 to keep data in sync (ex. comp_tasks DB table)
297-
await director_v2_api.create_or_update_pipeline(
298-
app, user_id, project_uuid, product_name=product_name
299-
)
300-
301296

302297
#
303298
# DELETE project -----------------------------------------------------

0 commit comments

Comments
 (0)