remove console.log
This commit is contained in:
@@ -111,8 +111,6 @@ fs.readdirSync(path.join(__dirname, "/../locales")).forEach(function(file) {
|
||||
_.defaults(translations[file], translations.en);
|
||||
});
|
||||
|
||||
console.log(translations)
|
||||
|
||||
var langCodes = Object.keys(translations);
|
||||
|
||||
var avalaibleLanguages = _.map(langCodes, function(langCode){
|
||||
|
||||
Reference in New Issue
Block a user