mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-18 12:02:54 +00:00
fix(console): remove console.log
This commit is contained in:
parent
1d92ddd645
commit
40fb17fdaf
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ var getUserLanguage = function(req, res, next){
|
|||
req.language = lang;
|
||||
next();
|
||||
};
|
||||
console.log(req.query.lang)
|
||||
|
||||
if(req.query.lang){
|
||||
req.language = translations[req.query.lang] ? (req.query.lang) : 'en';
|
||||
next();
|
||||
|
|
|
|||
Loading…
Reference in a new issue