Преглед изворни кода

Remove unnecessary debug code

Otsuki Hitoshi пре 8 година
родитељ
комит
ff890f7d87
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      lib/routes/admin.js

+ 0 - 1
lib/routes/admin.js

@@ -96,7 +96,6 @@ module.exports = function(crowi, app) {
   actions.security = {};
   actions.security.index = function(req, res) {
     const settingForm = Config.setupCofigFormData('crowi', req.config);
-    debug(req.config)
     return res.render('admin/security', { settingForm });
   };