pull/5370/head
yann300 4 years ago
parent 5d382763ef
commit 63cfbe0460
  1. 1
      apps/remix-ide/src/app/panels/file-panel.js

@ -131,7 +131,6 @@ module.exports = class Filepanel extends ViewPlugin {
async initWorkspace () {
const queryParams = new QueryParams()
const gistHandler = new GistHandler()
const workspacesPath = this._deps.fileProviders.workspace.workspacesPath
const params = queryParams.get()
// get the file from gist
const loadedFromGist = gistHandler.loadFromGist(params, this._deps.fileManager)

Loading…
Cancel
Save