Merge pull request #2483 from ethereum/unreachableCode

remove unreachable code
pull/2477/head
yann300 3 years ago committed by GitHub
commit 67f222077c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/remix-ide/src/app/editor/editor.js

@ -165,10 +165,6 @@ class Editor extends Plugin {
}
}
}
if (name !== this.currentFile) {
this.currentFile = name
this.renderComponent()
}
})
this.on('fileManager', 'noFileSelected', async () => {

Loading…
Cancel
Save