remove unused logger

This commit is contained in:
Maidul Islam
2025-04-28 07:59:00 -04:00
parent 1dfc9511c1
commit ca9825c1fe

View File

@@ -2,8 +2,6 @@ import { CreateKeyCommand, DecryptCommand, DescribeKeyCommand, EncryptCommand, K
import { AssumeRoleCommand, STSClient } from "@aws-sdk/client-sts";
import { randomUUID } from "crypto";
import { logger } from "@app/lib/logger";
import { ExternalKmsAwsSchema, KmsAwsCredentialType, TExternalKmsAwsSchema, TExternalKmsProviderFns } from "./model";
const getAwsKmsClient = async (providerInputs: TExternalKmsAwsSchema) => {