chore: remove unnecessary log for themes (#22165)

This commit is contained in:
Jack Wotherspoon
2026-03-12 14:51:36 +01:00
committed by GitHub
parent ffe4572e37
commit edd8d30d97
@@ -174,11 +174,6 @@ class ThemeManager {
return;
}
debugLogger.log(
`Registering extension themes for "${extensionName}":`,
customThemes,
);
for (const customThemeConfig of customThemes) {
const namespacedName = `${customThemeConfig.name} (${extensionName})`;