Merge pull request #2559 from thornbill/cleanup-from-1918

Remove commented code
This commit is contained in:
Bill Thornton
2021-04-08 14:29:20 -04:00
committed by GitHub
-3
View File
@@ -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();