mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
hide debug text
This commit is contained in:
parent
4b8daa9f1a
commit
9ea3bdca7e
2
main.ts
2
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,
|
||||
|
Loading…
Reference in New Issue
Block a user