diff --git a/src/main/index.js b/src/main/index.js index 1e9e281d9..ded3e0436 100644 --- a/src/main/index.js +++ b/src/main/index.js @@ -583,10 +583,6 @@ app.on("ready", async () => { workspace.contractCache.getAll() ); - if (!(await integrations.startServer())) { - return; - } - if (workspace) { const globalSettings = global.getAll(); const workspaceSettings = workspace.settings.getAll();