Browse Source

removes redundant code

mbroad/unittest/lib/shared
MacLeod Broad 6 years ago
parent
commit
645fc91a57
No known key found for this signature in database GPG Key ID: F1B295D13C3CC9CF
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      lib/util.js

+ 0
- 2
lib/util.js View File

@ -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') {

Loading…
Cancel
Save