remove bad log
This commit is contained in:
@@ -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`, {
|
||||||
|
|||||||
Reference in New Issue
Block a user