removed debug line

v1.18.x
Julian Lam 7 years ago
parent f9d3484ec6
commit f751d21d1e

@ -92,7 +92,6 @@ Controllers.login = function (req, res, next) {
var allowLoginWith = (meta.config.allowLoginWith || 'username-email');
var returnTo = (req.headers['x-return-to'] || '').replace(nconf.get('base_url'), '');
console.log('returnTo is', returnTo);
var errorText;
if (req.query.error === 'csrf-invalid') {

Loading…
Cancel
Save