Removed dynamicHelpers comment

pull/2/head
Brian Ridings 2014-02-03 13:27:06 -05:00
parent ae2c6f7dce
commit 8f0e61c26b
1 changed files with 0 additions and 7 deletions

7
app.js
View File

@ -92,13 +92,6 @@ app.use(function(req, res) {
});
app.use(express.errorHandler());
/*Helper function for CSRF
app.dynamicHelpers({
token: function(req, res) {
return req.session._csrf;
}
});*/
/**
* Application routes.
*/