diff --git a/lib/6to5/transformation/transformers/es6-let-scoping.js b/lib/6to5/transformation/transformers/es6-let-scoping.js index 3da1800688..75e17812e8 100644 --- a/lib/6to5/transformation/transformers/es6-let-scoping.js +++ b/lib/6to5/transformation/transformers/es6-let-scoping.js @@ -388,8 +388,6 @@ LetScoping.prototype.getLetReferences = function () { } }); - return this.skip(); - } else if (t.isLoop(node)) { return this.skip(); } }