Skip to content

Commit

Permalink
Remove the url cleanup steps (#4727)
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat authored Aug 7, 2024
1 parent a31d07b commit 828b68f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ingestion_server/ingestion_server/cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ def cleanup_tags(tags):
"*": {
"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 828b68f

Please sign in to comment.