From 4cb11ba8c08ae9fdc5eaa5bc04086dac417ba246 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 21 Sep 2025 15:00:26 +0200 Subject: [PATCH] Remove log --- common/src/secrets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/secrets.ts b/common/src/secrets.ts index 474bfecc..ec4affdc 100644 --- a/common/src/secrets.ts +++ b/common/src/secrets.ts @@ -29,7 +29,7 @@ type SecretId = (typeof secrets)[number] export const getSecrets = async (credentials?: any, ...ids: SecretId[]) => { if (!ids.length && IS_LOCAL) return {} - console.log('Fetching secrets...') + // console.log('Fetching secrets...') let client: SecretManagerServiceClient if (credentials) { const projectId = credentials['project_id']