remove bad log

This commit is contained in:
Gergő Móricz 2025-04-09 13:04:00 +02:00
parent 3a8de846e3
commit dc1a17d571

View File

@ -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`, {