diff --git a/backend/shared/src/firebase-utils.ts b/backend/shared/src/firebase-utils.ts index b48666ea..6db03f39 100644 --- a/backend/shared/src/firebase-utils.ts +++ b/backend/shared/src/firebase-utils.ts @@ -3,7 +3,7 @@ import {ENV_CONFIG} from "common/envs/constants"; export const getServiceAccountCredentials = () => { let keyPath = ENV_CONFIG.googleApplicationCredentials - console.log('Using GOOGLE_APPLICATION_CREDENTIALS:', keyPath) + // console.log('Using GOOGLE_APPLICATION_CREDENTIALS:', keyPath) if (!keyPath) { // throw new Error( // `Please set the GOOGLE_APPLICATION_CREDENTIALS environment variable to contain the path to your key file.`