-
Notifications
You must be signed in to change notification settings - Fork 120
[Auto-QA] 2 debug console.log statements should be removed #18401
Copy link
Copy link
Open
Labels
ai-fix-requestedai-needs-humanAI automation unavailable - needs human interventionAI automation unavailable - needs human interventionai-processingAI is currently processing this issueAI is currently processing this issueauto-qaIssue detected by automated QAIssue detected by automated QAauto-qa:featuresenhancementNew feature or requestNew feature or requesttriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Metadata
Metadata
Assignees
Labels
ai-fix-requestedai-needs-humanAI automation unavailable - needs human interventionAI automation unavailable - needs human interventionai-processingAI is currently processing this issueAI is currently processing this issueauto-qaIssue detected by automated QAIssue detected by automated QAauto-qa:featuresenhancementNew feature or requestNew feature or requesttriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Auto-QA [Feature Recommendations]: Debug Statements
Detected: 2026-06-14T14:07:40.586Z | Focus: Feature Recommendations | Commit:
fed9343| Run: ViewFindings
src/lib/logger.ts:4: log: (...args: unknown[]) => { if (isDevLoggingEnabled) console.log(...args) },
src/lib/tests/logger.test.ts:46: it('does not call console.log', () => {
Suggested Improvements
This issue was automatically created by the Auto-QA workflow during Feature Recommendations focus day.