From 645fc91a57c2060d70c987b849cff260eac643f2 Mon Sep 17 00:00:00 2001 From: MacLeod Broad <> Date: Sun, 22 Oct 2017 18:36:13 -0400 Subject: [PATCH] removes redundant code --- lib/util.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/util.js b/lib/util.js index e448e20b..04d56822 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1557,8 +1557,6 @@ exports.topMost = function (pile, accessors) { for (let i = 1; i < accessors.length; i++){ if (candidate) { candidate = candidate[accessors[i]] - } else { - continue; } } if (typeof candidate != 'undefined') {