From 1701f19e15851969f6617a7c2dcc4f5db4fbbf1f Mon Sep 17 00:00:00 2001 From: Marius Krakeli Date: Mon, 23 Sep 2024 09:11:43 +0200 Subject: [PATCH] Remove console.log. Co-authored-by: Jakob Endrestad Kielland <31799931+itzjacki@users.noreply.github.com> --- src/jobs/utils/getListings.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jobs/utils/getListings.ts b/src/jobs/utils/getListings.ts index 1e3309381..97980c99f 100644 --- a/src/jobs/utils/getListings.ts +++ b/src/jobs/utils/getListings.ts @@ -100,7 +100,6 @@ async function getValidityStatuses(department?: Office): Promise { let offers: Offer[] = []; for (let offer of data.offers) { - console.log(offer.locations); if (!offer.careers_apply_url) { throw new Error('Could not fetch data from Recruitee'); }