From 5a1571092cff18ab4246ac652a4c0ceb1adf5769 Mon Sep 17 00:00:00 2001 From: Brook Elgie Date: Thu, 27 Oct 2016 13:06:38 +0100 Subject: [PATCH] [#784] Remove commented error statement --- census/controllers/census.js | 2 -- 1 file changed, 2 deletions(-) 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;