diff --git a/main.ts b/main.ts index 119f86d..214f243 100644 --- a/main.ts +++ b/main.ts @@ -151,7 +151,7 @@ export default class SaveRemotePlugin extends Plugin { mime.contentType( mime.lookup(`${fileOrFolder.path}`) || undefined ) || undefined; - console.log(contentType); + // console.log(contentType); const results = await s3Client.send( new PutObjectCommand({ Bucket: this.settings.s3BucketName,