Przeglądaj źródła

delete: console

zamis 5 lat temu
rodzic
commit
d1ca9252fa
1 zmienionych plików z 1 dodań i 0 usunięć
  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) {