From 776cb9ae047b37296f6c074c75353d838bb48785 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Wed, 14 Jul 2021 10:39:40 +0530 Subject: [PATCH] Remove redundant audio cleanup code in light of #136 --- ingestion_server/ingestion_server/cleanup.py | 13 ------------- 1 file changed, 13 deletions(-) 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 - } - } - } } } }