Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Nov 5, 2024
1 parent 6f09fe1 commit abbffea
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/datapusher_plus/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,6 @@ def _push_to_datastore(task_id, input, dry_run=False, temp_dir=None):
kwargs["proxies"] = {"http": DOWNLOAD_PROXY, "https": DOWNLOAD_PROXY}
with requests.get(resource_url, **kwargs) as response:
response.raise_for_status()
logger.info('\n\n\n\nRESPONSE\n\n\n\n')
logger.info(f"Response status code: {response.status_code}")
logger.info(f"Response content {response.content}")

cl = response.headers.get("content-length")
max_content_length = int(tk.config.get("ckanext.datapusher_plus.max_content_length"))
Expand Down

0 comments on commit abbffea

Please sign in to comment.