mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 03:24:42 -07:00
fix(hooks): remove unnecessary logging for hook registration (#18332)
This commit is contained in:
@@ -41,7 +41,7 @@ export class HookRegistry {
|
||||
this.entries = [];
|
||||
this.processHooksFromConfig();
|
||||
|
||||
debugLogger.log(
|
||||
debugLogger.debug(
|
||||
`Hook registry initialized with ${this.entries.length} hook entries`,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user