From fedaa91d9c6dd7a1185dd905e0158431457821f0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 24 Mar 2021 08:54:54 +0100 Subject: [PATCH] remove lines --- apps/remix-ide/src/app/ui/landing-page/landing-page.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/remix-ide/src/app/ui/landing-page/landing-page.js b/apps/remix-ide/src/app/ui/landing-page/landing-page.js index 28e7a88891..f727f8a399 100644 --- a/apps/remix-ide/src/app/ui/landing-page/landing-page.js +++ b/apps/remix-ide/src/app/ui/landing-page/landing-page.js @@ -302,8 +302,6 @@ export class LandingPage extends ViewPlugin { const fileProviders = globalRegistry.get('fileproviders').api const json = await fileProviders.browser.copyFolderToJson('/') const blob = new Blob([ JSON.stringify(json, null, '\t') ], { type: 'text/plain;charset=utf-8' }) - const blob = new Blob([ JSON.stringify(json, null, '\t') ], { type: 'text/plain;charset=utf-8' }) - const blob = new Blob([ JSON.stringify(json, null, '\t') ], { type: 'text/plain;charset=utf-8' }) const node = document.createElement('a') node.download = 'remix.json' node.rel = 'noopener'