Skip to content

Commit

Permalink
Merge pull request #78 from ember-cli/cleanup
Browse files Browse the repository at this point in the history
remove seemingly unused line
  • Loading branch information
stefanpenner authored Jun 19, 2019
2 parents 630ea51 + d4ab06b commit 65031d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/macros.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = class Macros {
_cleanImports() {
if (!this.debugHelpers.module) {
if (this.localDebugBindings.length > 0) {
this.localDebugBindings[0].parentPath.parentPath;
let importPath = this.localDebugBindings[0].findParent(p => p.isImportDeclaration());
let specifiers = importPath.get('specifiers');

Expand Down

0 comments on commit 65031d1

Please sign in to comment.