remove uneeded param

pull/5370/head
yann300 3 years ago committed by GitHub
parent 3d7ec276b1
commit 5abadd62c7
  1. 3
      apps/remix-ide/src/app.js

@ -272,8 +272,7 @@ class AppComponent {
filePanel,
Registry.getInstance().get('compilersartefacts').api,
networkModule,
self.mainview,
Registry.getInstance().get('fileproviders/browser').api
egistry.getInstance().get('fileproviders/browser').api
)
const analysis = new AnalysisTab()
const debug = new DebuggerTab()

Loading…
Cancel
Save