Skip to content

Commit

Permalink
SLSCMN-13 remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
mwarman committed Dec 21, 2023
1 parent ed9ab95 commit 0fcb4cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/sqs-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const clientConfig: SQSClientConfig = {
region: config.AWS_LAMBDA_FUNCTION_VERSION,
};

console.log(`Logger::${Logger}`);
Logger.debug('SQSService::creating new SQSClient', { data: { clientConfig } });
const sqsClient = new SQSClient(clientConfig);

Expand Down

0 comments on commit 0fcb4cb

Please sign in to comment.