From 45304b940a70ee538df18aadad99cf612de14062 Mon Sep 17 00:00:00 2001 From: Joseph Izang Date: Mon, 18 Dec 2023 12:17:37 +0100 Subject: [PATCH] fix app.js --- 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 3195b12bbd..eed35827d0 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -138,8 +138,6 @@ class AppComponent { this.walkthroughService = new WalkthroughService(appManager) - this.walkthroughService = new WalkthroughService(appManager, !this.showMatamo || !this.showEnter) - const hosts = ['127.0.0.1:8080', '192.168.0.101:8080', 'localhost:8080'] // workaround for Electron support if (!isElectron() && !hosts.includes(window.location.host)) {