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
commit f8db818be2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();