Skip to content

Commit

Permalink
Remove console.log.
Browse files Browse the repository at this point in the history
Co-authored-by: Jakob Endrestad Kielland <[email protected]>
  • Loading branch information
Krakels and itzjacki authored Sep 23, 2024
1 parent 0fa649b commit 1701f19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jobs/utils/getListings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ async function getValidityStatuses(department?: Office): Promise<Offer[]> {

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');
}
Expand Down

0 comments on commit 1701f19

Please sign in to comment.