mirror of
https://github.com/mendableai/firecrawl.git
synced 2025-06-27 00:41:33 +00:00
fix(scrapeURL/pdf/mu): remove log
This commit is contained in:
parent
b03670a8b7
commit
bfe731309c
@ -87,7 +87,6 @@ async function scrapePDFWithRunPodMU(
|
||||
let result: { markdown: string } | undefined = podStart.output;
|
||||
|
||||
if (status === "IN_QUEUE" || status === "IN_PROGRESS") {
|
||||
meta.logger.info("RunPod MU returned while in status " + status);
|
||||
do {
|
||||
abort?.throwIfAborted();
|
||||
await new Promise(resolve => setTimeout(resolve, 2500));
|
||||
@ -110,7 +109,6 @@ async function scrapePDFWithRunPodMU(
|
||||
mock: meta.mock,
|
||||
abort,
|
||||
});
|
||||
meta.logger.info("RunPod MU status " + podStatus.status);
|
||||
status = podStatus.status;
|
||||
result = podStatus.output;
|
||||
} while (status !== "COMPLETED" && status !== "FAILED");
|
||||
|
Loading…
x
Reference in New Issue
Block a user