backend: Remove console log from S3Service constructor

This commit is contained in:
Carlos Santos 2025-03-11 16:17:02 +01:00
parent d54e1496d4
commit d0d4c90821

View File

@ -32,7 +32,6 @@ export class S3Service {
protected s3: S3Client;
constructor(@inject(LoggerService) protected logger: LoggerService) {
console.log('CE S3Service constructor');
const config: S3ClientConfig = {
region: MEET_AWS_REGION,
credentials: {