mizozobu %!s(int64=6) %!d(string=hai) anos
pai
achega
1a3cdd0c22
Modificáronse 1 ficheiros con 0 adicións e 10 borrados
  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) {
   function getValueForMarkdownNS(config, key) {
     crowi.configManager.getConfig('markdown', key);
     crowi.configManager.getConfig('markdown', key);
     // // return the default value if undefined
     // // return the default value if undefined