Commit fc0a369
`init()` printed a bare `console.log` immediately after
`ctx.registerService('metadata', this.manager)`, reporting
`typeof this.manager.getRegisteredTypes`. Nothing gated it, so every kernel
boot that installs `MetadataPlugin` wrote it to stdout.
It reported a statically known fact and a repo-wide search found no reader of
the string, so it is deleted rather than demoted to `ctx.logger.debug`. The
`ctx.logger.info('Initializing Metadata Manager', ...)` call three lines above
already announces the step through the plugin's own logger.
The file's five other `console.*` calls (the dev HMR path) are untouched.
Claude-Session: https://claude.ai/code/session_0112hMx9hjJ9BgB28X97DS68
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0f183cb commit fc0a369
2 files changed
Lines changed: 30 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
376 | 375 | | |
377 | 376 | | |
378 | 377 | | |
| |||
0 commit comments