remove deprecated code

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

@ -263,12 +263,6 @@ export class LandingPage extends ViewPlugin {
await this.appManager.activatePlugin('pluginManager') await this.appManager.activatePlugin('pluginManager')
this.verticalIcons.select('pluginManager') this.verticalIcons.select('pluginManager')
} }
/*
const startWorkshop = async () => {
await this.appManager.activatePlugin(['box', 'solidity', 'solidityUnitTesting', 'workshops'])
this.verticalIcons.select('workshops')
}
*/
const createNewFile = () => { const createNewFile = () => {
const fileExplorer = globalRegistry.get('fileexplorer/browser').api const fileExplorer = globalRegistry.get('fileexplorer/browser').api

Loading…
Cancel
Save