mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 01:49:01 +02:00
removed console log
This commit is contained in:
@@ -238,7 +238,6 @@ module.exports = function(Plugins) {
|
||||
_.extendOwn(Plugins.customLanguages[route], data);
|
||||
|
||||
if (pluginData.defaultLang && pathToLang.endsWith(pluginData.defaultLang + '/' + path.basename(pathToLang))) {
|
||||
console.log(Plugins.languageCodes);
|
||||
Plugins.languageCodes.map(function(code) {
|
||||
if (pluginData.defaultLang !== code) {
|
||||
return code + '/' + path.basename(pathToLang);
|
||||
|
||||
Reference in New Issue
Block a user