Remove log

This commit is contained in:
MartinBraquet
2025-09-21 15:00:26 +02:00
parent 7b8e775139
commit 4cb11ba8c0

View File

@@ -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']