remove beta flash

This commit is contained in:
Berkeley Martinez
2015-08-03 08:30:16 -07:00
parent a879441c77
commit c5af46b33f

View File

@ -186,11 +186,6 @@ passportConfigurator.init();
app.use(rxMiddleware());
app.use(function(req, res, next) {
// add beta warning
req.flash('info', {
msg: `warning: you are on experimental branch of Free Code Camp:
Your progress here may or may not be saved to the main site`
});
// Make user object available in templates.
res.locals.user = req.user;