happy linter v2

remove-ensure-activated
GrandSchtroumpf 4 years ago
parent b110b94b7c
commit 2eebfe84a7
  1. 1
      apps/remix-ide/src/app/panels/tab-proxy.js
  2. 1
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -91,7 +91,6 @@ export class TabProxy extends Plugin {
appManager.event.on('deactivate', (profile) => { appManager.event.on('deactivate', (profile) => {
this.removeTab(profile.name) this.removeTab(profile.name)
}) })
} }
focus (name) { focus (name) {

@ -240,7 +240,6 @@ export class LandingPage extends ViewPlugin {
}) })
} }
const startSolidity = async () => { const startSolidity = async () => {
await this.appManager.activatePlugin(['solidity', 'udapp', 'solidityStaticAnalysis', 'solidityUnitTesting']) await this.appManager.activatePlugin(['solidity', 'udapp', 'solidityStaticAnalysis', 'solidityUnitTesting'])
this.verticalIcons.select('solidity') this.verticalIcons.select('solidity')

Loading…
Cancel
Save