From cb38027fc31e80d14b78e6aef3bf0a8287ed059d Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 7 Apr 2021 17:03:30 -0400 Subject: [PATCH] Remove commented code --- src/scripts/clientUtils.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/scripts/clientUtils.js b/src/scripts/clientUtils.js index cc51bc1b81..c9d1b3b4b1 100644 --- a/src/scripts/clientUtils.js +++ b/src/scripts/clientUtils.js @@ -19,9 +19,6 @@ export async function serverAddress() { return Promise.resolve(apiClient.serverAddress()); } - // TODO this makes things faster but it also blocks the wizard in some scenarios - // if (current) return Promise.resolve(current); - // Use servers specified in config.json const urls = await webSettings.getServers();