zamis пре 5 година
родитељ
комит
d1ca9252fa
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/server/routes/attachment.js

+ 1 - 0
src/server/routes/attachment.js

@@ -637,6 +637,7 @@ module.exports = function(crowi, app) {
     }
 
     try {
+      console.log('hoge');
       await removeAttachment(attachment);
     }
     catch (err) {