Skip to content

Commit 89dfd35

Browse files
committed
Add trigger type comments
1 parent 39326a7 commit 89dfd35

File tree

2 files changed

+215
-121
lines changed

2 files changed

+215
-121
lines changed

src/app.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,11 +1482,6 @@ def update_entity(id):
14821482

14831483
# Generate 'before_update_trigger' data and update the entity details in Neo4j
14841484
merged_updated_dict = update_entity_details(request, normalized_entity_type, user_token, json_data_dict, entity_dict)
1485-
1486-
print("==========DEBUG Begin")
1487-
print(merged_updated_dict)
1488-
print("==========DEBUG End")
1489-
14901485

14911486
# Handle linkages update via `after_update_trigger` methods
14921487
if has_direct_ancestor_uuids or has_associated_collection_uuid or has_updated_status:

0 commit comments

Comments
 (0)