Skip to content

Commit

Permalink
remove logging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rasulkireev committed Apr 20, 2024
1 parent bbe22b3 commit 9f5dc4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jobs/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def get_latest_jobs_from_tj_alerts():

company_url = job["company_url"]

logger.info(f"submitted datetime: {job['submitted_datetime']}")

new_job = Job(
submitted_datetime=job["submitted_datetime"],
created_datetime=job["submitted_datetime"],
Expand Down

0 comments on commit 9f5dc4f

Please sign in to comment.