mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 11:32:16 +00:00
remove console.log
This commit is contained in:
parent
34319bdcd3
commit
c7e93f7793
1 changed files with 0 additions and 2 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in a new issue