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