mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-13 05:12:55 -07:00
chore: remove unnecessary log for themes (#22165)
This commit is contained in:
@@ -174,11 +174,6 @@ class ThemeManager {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
debugLogger.log(
|
|
||||||
`Registering extension themes for "${extensionName}":`,
|
|
||||||
customThemes,
|
|
||||||
);
|
|
||||||
|
|
||||||
for (const customThemeConfig of customThemes) {
|
for (const customThemeConfig of customThemes) {
|
||||||
const namespacedName = `${customThemeConfig.name} (${extensionName})`;
|
const namespacedName = `${customThemeConfig.name} (${extensionName})`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user