Skip to content

Commit

Permalink
Remove redundant audio cleanup code in light of #136
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Jul 14, 2021
1 parent 03211a3 commit 776cb9a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions ingestion_server/ingestion_server/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}
}
}
Expand Down

0 comments on commit 776cb9a

Please sign in to comment.