mizozobu 6 лет назад
Родитель
Сommit
1a3cdd0c22
1 измененных файлов с 0 добавлено и 10 удалено
  1. 0 10
      src/server/models/config.js

+ 0 - 10
src/server/models/config.js

@@ -144,16 +144,6 @@ module.exports = function(crowi) {
     };
   }
 
-  function getValueForCrowiNS(config, key) {
-    crowi.configManager.getConfig('crowi', key);
-    // // return the default value if undefined
-    // if (undefined === config.crowi || undefined === config.crowi[key]) {
-    //   return getDefaultCrowiConfigs()[key];
-    // }
-
-    // return config.crowi[key];
-  }
-
   function getValueForMarkdownNS(config, key) {
     crowi.configManager.getConfig('markdown', key);
     // // return the default value if undefined