mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 06:39:02 +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 x = JSON.parse(content.toString());
|
||||
console.log("Downloaded file ", jobId, x);
|
||||
return x;
|
||||
} catch (error) {
|
||||
logger.error(`Error getting job from GCS`, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user