mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
removed console.log
This commit is contained in:
parent
687b3f2888
commit
1e0652888a
2 changed files with 0 additions and 4 deletions
|
@ -23,7 +23,6 @@ module.exports =
|
|||
new_email:req.query.new_email || ""
|
||||
|
||||
loginPage : (req, res)->
|
||||
console.info req
|
||||
res.render 'user/login',
|
||||
title: 'login',
|
||||
redir: req.query.redir
|
||||
|
|
|
@ -50,9 +50,6 @@ module.exports = (app)->
|
|||
next()
|
||||
|
||||
app.use (req, res, next)->
|
||||
console.log req.i18n
|
||||
console.log req.i18n.t("profile_complete_percentage", {percent:88})
|
||||
console.log req.i18n.translate("profile_complete_percentage", {percent:87})
|
||||
res.locals.translate = req.i18n.translate
|
||||
next()
|
||||
|
||||
|
|
Loading…
Reference in a new issue