diff --git a/registry/src/s3.ts b/registry/src/s3.ts index aeb1f0e..b4ab203 100644 --- a/registry/src/s3.ts +++ b/registry/src/s3.ts @@ -25,8 +25,6 @@ const s3config: S3.S3BucketConfig = { region: config?.s3?.region || "us-east-1", }; -console.log("Bucket config:", s3config); - const bucket = new S3.S3Bucket(s3config); export default bucket;