mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 11:59:01 +08:00
remove bad log
This commit is contained in:
parent
3a8de846e3
commit
dc1a17d571
@ -91,7 +91,6 @@ export async function getJobFromGCS(jobId: string): Promise<Document[] | null> {
|
|||||||
}
|
}
|
||||||
const [content] = await blob.download();
|
const [content] = await blob.download();
|
||||||
const x = JSON.parse(content.toString());
|
const x = JSON.parse(content.toString());
|
||||||
console.log("Downloaded file ", jobId, x);
|
|
||||||
return x;
|
return x;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
logger.error(`Error getting job from GCS`, {
|
logger.error(`Error getting job from GCS`, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user