remove uneeded param

pull/1857/head
yann300 3 years ago committed by GitHub
parent 9b56fc5e32
commit e589c1785f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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