diff --git a/combo/data/models.py b/combo/data/models.py index 93a99154..7460d9a0 100644 --- a/combo/data/models.py +++ b/combo/data/models.py @@ -1077,8 +1077,6 @@ class JsonCellBase(CellBase): continue extra_context[data_key + '_url'] = url if not url: - logger = logging.getLogger(__name__) - logger.warning('templated URL (%s) is empty', data_url_dict['url']) continue try: json_response = utils.requests.get(url,