Merge pull request #2559 from thornbill/cleanup-from-1918
Remove commented code
This commit is contained in:
commit
f8db818be2
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue