Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
[#784] Remove commented error statement
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Oct 27, 2016
1 parent e94634b commit 5a15710
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions census/controllers/census.js
Expand Up @@ -105,8 +105,6 @@ var submitPost = function(req, res, data) {
});
}

// errors.push({param: 'fake', msg: 'My fake error'});

if (errors.length) {
res.statusCode = 400;
data.formData = req.body;
Expand Down

0 comments on commit 5a15710

Please sign in to comment.