Remove comment

This commit is contained in:
Gusted 2021-04-09 09:17:26 +02:00
parent 2076fe32f2
commit d02f43f70e
No known key found for this signature in database
GPG Key ID: FD821B732837125F

View File

@ -225,7 +225,6 @@ const styleMan = (() => {
URLS.extractUsoArchiveInstallUrl(style.updateUrl) ||
URLS.extractGreasyForkInstallUrl(style.updateUrl) ||
URLS.extractUSwInstallUrl(style.updateUrl)
// Vednoc, time to proxy updateUrl's as this code is now broken.
);
if (url) style.url = style.installationUrl = url;
style.originalDigest = await calcStyleDigest(style);