Remove commented code

This commit is contained in:
Bill Thornton 2021-04-07 17:03:30 -04:00
parent 3a6c8e21a2
commit cb38027fc3

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