Comment log

This commit is contained in:
MartinBraquet
2025-09-22 00:05:15 +02:00
parent af39b01d4a
commit 90522cb88b

View File

@@ -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.`