소스 검색

remove codes

kaori 5 년 전
부모
커밋
2df10b0599
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/server/routes/admin.js

+ 0 - 3
src/server/routes/admin.js

@@ -225,10 +225,7 @@ module.exports = function(crowi, app) {
 
   actions.legacyExternalNotification = {};
   actions.legacyExternalNotification = function(req, res) {
-    // res.send('hoge');
-    console.log('hoge');
     return res.render('admin/legacy-external-notification');
-    // return res.render('admin/external-accounts');
   };