Skip to content

Commit 65031d1

Browse files
authored
Merge pull request #78 from ember-cli/cleanup
remove seemingly unused line
2 parents 630ea51 + d4ab06b commit 65031d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/macros.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ module.exports = class Macros {
5757
_cleanImports() {
5858
if (!this.debugHelpers.module) {
5959
if (this.localDebugBindings.length > 0) {
60-
this.localDebugBindings[0].parentPath.parentPath;
6160
let importPath = this.localDebugBindings[0].findParent(p => p.isImportDeclaration());
6261
let specifiers = importPath.get('specifiers');
6362

0 commit comments

Comments
 (0)