zamis %!s(int64=5) %!d(string=hai) anos
pai
achega
a895fd9f8e
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      src/server/service/file-uploader/aws.js

+ 0 - 7
src/server/service/file-uploader/aws.js

@@ -135,15 +135,8 @@ module.exports = function(crowi) {
     Objects.forEach((object) => {
       totalParams.Delete.Objects.push(object);
     });
-    console.log(Objects);
-
-    console.log(totalParams);
 
     return s3.deleteObjects(totalParams).promise();
-
-    // attachments.map((attachment) => {
-    //   return this.deleteFile(attachment);
-    // });
   };
 
   lib.deleteFileByFilePath = async function(filePath) {