diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index 331fc1bc10..113e4a06be 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -430,8 +430,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org // get the file from gist const gistHandler = new GistHandler() - const queryParams = new QueryParams() - const params = queryParams.get() const loadedFromGist = gistHandler.loadFromGist(params, fileManager) if (!loadedFromGist) { // insert example contracts if there are no files to show