mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-05 20:36:01 +08:00
fix(queue-worker): remove console.log
This commit is contained in:
parent
d7549d4dc5
commit
2413e33359
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user