Revert "Fix: Re-enable FERRERO.MASTERASSETIDS field for PROD single-master uploads"

This reverts commit ea85749e0a.
This commit is contained in:
nickviljoen 2026-02-13 16:41:57 +02:00
parent ea85749e0a
commit 9dbb7ce8d9

View file

@ -124,8 +124,6 @@ def process_box_file(file_info, dam, box, db, parser, mvp_extractor, config, not
if not master_asset:
# Will check below
master_asset = None
else:
master_opentext_ids = [master_asset['opentext_id']]
# CHECK: Warn if Master Tracking ID is used (starts with uppercase M)
if tracking_id.startswith('M'):