mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 21:28:52 +00:00
remove console.log
This commit is contained in:
parent
6792e75c7f
commit
ed4d955e3e
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@ if (IS_PROD && IS_NEW_CLIENT_ENABLED) {
|
|||
method: 'GET',
|
||||
url: /^\/new-app($|\/(?!(static\/.?|static$)))/,
|
||||
async handler (req, res) {
|
||||
console.log(req.session, req.session.userId)
|
||||
if (!(req.session && req.session.userId)) {
|
||||
return res.redirect('/static/front');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue