From f05f4a38cf35d1a99632e7f7ac6d59534f271aaa Mon Sep 17 00:00:00 2001 From: lianahus Date: Mon, 26 Jul 2021 16:21:20 +0200 Subject: [PATCH] linter --- apps/remix-ide/src/app.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index ed9e03b5f5..f1751e2a86 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -361,7 +361,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org settings ]) - const queryParams = new QueryParams() const params = queryParams.get() @@ -482,7 +481,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org await appManager.activatePlugin(['settings']) await appManager.activatePlugin(['hiddenPanel', 'pluginManager', 'filePanel', 'contextualListener', 'terminal', 'fetchAndCompile', 'contentImport']) - // Set workspace after initial activation if (Array.isArray(workspace)) { appManager.activatePlugin(workspace).then(async () => {