removed all logs
This commit is contained in:
@@ -38,7 +38,6 @@ export default class KmsClient {
|
||||
try {
|
||||
const res = await this.apiClient.getKmsKeyByName(options);
|
||||
|
||||
console.log(res);
|
||||
return res.key;
|
||||
} catch (err) {
|
||||
throw newInfisicalError(err);
|
||||
|
||||
@@ -43,7 +43,6 @@ export const getAwsRegion = async () => {
|
||||
|
||||
return identityResponse.data.region;
|
||||
} catch (e) {
|
||||
console.error("Failed to retrieve AWS region");
|
||||
throw e;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user