chore: remove debug console.log statements from main.ts#7872
Closed
jeffa-block wants to merge 1 commit intoblock:mainfrom
Closed
chore: remove debug console.log statements from main.ts#7872jeffa-block wants to merge 1 commit intoblock:mainfrom
jeffa-block wants to merge 1 commit intoblock:mainfrom
Conversation
Remove 3 debug-artifact console.log statements: - Raw stdout logging from process detection - Trimmed stdout logging - Unstructured NOTIFY logging Intentional logging (e.g., Playwright debug port) is preserved. 15 console.log statements remain — these appear intentional.
DOsinga
pushed a commit
that referenced
this pull request
Mar 26, 2026
…code Squash of cleanup PRs #7872–#7883: - Remove debug console.log from main.ts, App.tsx, renderer.tsx, settings components, session sharing, extensions, and core components - Upgrade extensions config save failure from debug to warn - Remove stale TODO referencing non-existent doc in experiments.rs - Remove stale comment in CardHeader.tsx - Remove 8 unreferenced dead code files (~1,186 lines): InterruptionHandler, WaveformVisualizer, RecipeExpandableInfo, RecipeInfoModal, ScheduleFromRecipeModal, CustomRadio, useRecipeManager, sessionCache
Collaborator
|
Squashed into #8142 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
main.tscontains debug console.log statements that log raw process output and notification data. These are development artifacts that add noise to the console in production.What
Remove 3 debug-artifact console.log statements from
ui/desktop/src/main.ts:NOTIFY)Intentional logging (e.g., Playwright debug port message) is preserved. 15 console.log statements remain.
How to review
Single file, 3 lines removed. Each removal is a standalone debug artifact — no logic changes.
Testing
npm run buildin ui/desktop — compiles without errors