fix(queue-worker): remove console.log

This commit is contained in:
Gergo Moricz 2024-08-13 21:07:36 +02:00
parent d7549d4dc5
commit 2413e33359

View File

@ -179,8 +179,6 @@ async function processJob(job: Job, token: string) {
for (const link of links) {
if (await lockURL(job.data.crawl_id, sc, link)) {
console.log("Locked", link + "!");
const newJob = await addScrapeJob({
url: link,
mode: "single_urls",