diff --git a/server/src/workflow-management/integrations/gsheet.ts b/server/src/workflow-management/integrations/gsheet.ts index 11a84023..40ddb652 100644 --- a/server/src/workflow-management/integrations/gsheet.ts +++ b/server/src/workflow-management/integrations/gsheet.ts @@ -103,7 +103,6 @@ export const processGoogleSheetUpdates = async () => { hasPendingTasks = true; try { await updateGoogleSheet(task.name, task.runId); - console.log(`Successfully updated Google Sheets for run ${task.runId}`); delete googleSheetUpdateTasks[runId]; } catch (error: any) { if (task.retries < MAX_RETRIES) {