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 18e8dd768a
commit a38aaa47fb

View File

@@ -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})`;