Refactoring: cleanup of no longer necessary code

This commit is contained in:
Pieter Vander Vennet 2025-07-28 01:17:12 +02:00
parent afb94ecefb
commit d7b83e0d88
8 changed files with 4 additions and 113 deletions

View file

@ -208,10 +208,6 @@ export default class DetermineTheme {
private static async LoadRemoteTheme(link: string): Promise<ThemeConfig | null> {
console.log("Downloading map theme from ", link)
new FixedUiElement(`Downloading the theme from the <a href="${link}">link</a>...`).AttachTo(
"maindiv"
)
let parsed = <ThemeConfigJson>await Utils.downloadJson(link)
let forcedId = parsed.id
const url = new URL(link)