Import > Signout

- uncommitting the thing I shouldn't have commited
This commit is contained in:
Hannah Wolfe 2013-09-18 16:11:21 +01:00
parent f717aed96f
commit ee78f87c47

View File

@ -368,9 +368,8 @@ adminControllers = {
}; };
return api.notifications.add(notification).then(function () { return api.notifications.add(notification).then(function () {
// temp no commit delete req.session.user;
//delete req.session.user; res.redirect('/ghost/signin/');
res.redirect('/ghost/debug/');
}); });
}, function importFailure(error) { }, function importFailure(error) {