mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-24 17:51:14 +02:00
chore: remove logs
This commit is contained in:
parent
42f6bdc1bc
commit
121e4cd3a1
@ -16,12 +16,7 @@ export const getDBPasswordResolver = (db: IDBOption): PasswordResolver => {
|
||||
port: db.port,
|
||||
username: db.user,
|
||||
});
|
||||
return async () => {
|
||||
console.log('[AWS RDS SIGNER] Getting token...');
|
||||
const token = await signer.getAuthToken();
|
||||
console.log(`[AWS RDS SIGNER] Got token!`);
|
||||
return token;
|
||||
};
|
||||
return async () => signer.getAuthToken();
|
||||
}
|
||||
|
||||
return async () => db.password;
|
||||
|
Loading…
Reference in New Issue
Block a user