Fully remove remnant of errant debug statement
This commit is contained in:
@ -67,7 +67,6 @@ exports.returnNextFieldGuide = function(req, res, next) {
|
|||||||
if (err) {
|
if (err) {
|
||||||
return next(err);
|
return next(err);
|
||||||
}
|
}
|
||||||
fieldGuide, fieldGuide[0]);
|
|
||||||
fieldGuide = fieldGuide.pop();
|
fieldGuide = fieldGuide.pop();
|
||||||
if (typeof fieldGuide === 'undefined') {
|
if (typeof fieldGuide === 'undefined') {
|
||||||
req.flash('success', {
|
req.flash('success', {
|
||||||
|
Reference in New Issue
Block a user