Skip to content

Commit d4ab06b

Browse files
authored
remove seemingly unused line
1 parent 630ea51 commit d4ab06b

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)