ソースを参照

delete: console

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) {