removed console.log

This commit is contained in:
Henry Oswald 2014-08-04 12:20:52 +01:00
parent 687b3f2888
commit 1e0652888a
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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()