pull/932/head
yann300 4 years ago
parent e73f6df49a
commit ad9dd82d20
  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