mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-06 15:59:47 -05:00
Remove log
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user