remove unnecessary variable declaration

This commit is contained in:
Michael Q Larson
2014-12-30 20:44:35 -08:00
parent d70bea506a
commit 8fd648b175

View File

@ -142,7 +142,6 @@ exports.getAccount = function(req, res) {
res.render('account/profile', {
title: 'Manage your Free Code Camp Account',
c: c,
u: req.user,
cc: req.user.challengesHash,
moment: moment
});