diff --git a/src/utils/quickCss.ts b/src/utils/quickCss.ts index 18bfb08c..94c7a5e0 100644 --- a/src/utils/quickCss.ts +++ b/src/utils/quickCss.ts @@ -80,8 +80,6 @@ async function initThemes() { if (!themeData) continue; const blob = new Blob([themeData], { type: "text/css" }); links.push(URL.createObjectURL(blob)); - } catch (e) { - console.warn(`Failed to fetch theme from ${url}`, e); } } else { const localThemes = enabledThemes.map(theme => `vencord:///themes/${theme}?v=${Date.now()}`);