From d02f43f70e37eed2c58836724b0c19963a41b840 Mon Sep 17 00:00:00 2001 From: Gusted Date: Fri, 9 Apr 2021 09:17:26 +0200 Subject: [PATCH] Remove comment --- background/style-manager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/background/style-manager.js b/background/style-manager.js index ca89f325..bdbf3748 100644 --- a/background/style-manager.js +++ b/background/style-manager.js @@ -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);