diff --git a/census/controllers/census.js b/census/controllers/census.js index 5009f5e4..c1198b43 100644 --- a/census/controllers/census.js +++ b/census/controllers/census.js @@ -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;