Skip to content

Commit 2b593b9

Browse files
committed
remove print statements in collection promotion
1 parent f442d2d commit 2b593b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sde_collections/models/collection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,7 @@ def create_configs_on_status_change(sender, instance, created, **kwargs):
728728
if instance.workflow_status == WorkflowStatusChoices.READY_FOR_CURATION:
729729
instance.create_plugin_config(overwrite=True)
730730
elif instance.workflow_status == WorkflowStatusChoices.CURATED:
731-
print(instance.workflow_status)
732731
instance.promote_to_curated()
733-
print(instance.workflow_status)
734732
elif instance.workflow_status == WorkflowStatusChoices.READY_FOR_ENGINEERING:
735733
instance.create_scraper_config(overwrite=False)
736734
instance.create_indexer_config(overwrite=False)

0 commit comments

Comments
 (0)