diff --git a/ingestion_server/ingestion_server/cleanup.py b/ingestion_server/ingestion_server/cleanup.py index 4dd6c57a4ac..05bac8dde93 100644 --- a/ingestion_server/ingestion_server/cleanup.py +++ b/ingestion_server/ingestion_server/cleanup.py @@ -136,19 +136,6 @@ def cleanup_tags(tags): } } } - }, - 'audio': { - 'sources': { - # Applies to all sources. - '*': { - 'fields': { - 'tags': CleanupFunctions.cleanup_tags, - 'url': CleanupFunctions.cleanup_url, - 'creator_url': CleanupFunctions.cleanup_url, - 'foreign_landing_url': CleanupFunctions.cleanup_url - } - } - } } } }