mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
chore(logging): remove console.log
This commit is contained in:
parent
677d23939d
commit
2807b3f87d
1 changed files with 0 additions and 1 deletions
|
|
@ -212,7 +212,6 @@ module.exports.locals = function(req, res, next) {
|
|||
if(err) return res.json(500, {err: err});
|
||||
|
||||
var isStaticPage = req.url.split('/')[1] === 'static'; // If url contains '/static/'
|
||||
//console.log(isStaticPage)
|
||||
|
||||
// Load moment.js language file only when not on static pages
|
||||
language.momentLang = ((!isStaticPage && momentLangs[language.code])|| undefined);
|
||||
|
|
|
|||
Loading…
Reference in a new issue