diff --git a/exhibits/cache_retry.py b/exhibits/cache_retry.py index e320c2d5..154a34bd 100644 --- a/exhibits/cache_retry.py +++ b/exhibits/cache_retry.py @@ -20,11 +20,6 @@ requests.packages.urllib3.disable_warnings() -from aws_xray_sdk.core import patch - -if hasattr(settings, 'XRAY_RECORDER'): - patch(('requests', )) - SOLR_DEFAULTS = { 'mm': '100%', 'pf3': 'title',