Skip to content

fix: remove debug console.log statements from production components - #156

Closed
vrutank14t7 wants to merge 1 commit into
c2siorg:mainfrom
vrutank14t7:fix/remove-debug-console-logs
Closed

fix: remove debug console.log statements from production components#156
vrutank14t7 wants to merge 1 commit into
c2siorg:mainfrom
vrutank14t7:fix/remove-debug-console-logs

Conversation

@vrutank14t7

Copy link
Copy Markdown

Closes #155

Changes

  • Removed 15 debug console.log statements across 7 components
  • DebugHeader.jsx, TerminalComp.jsx, Breakpoint.jsx
  • Functions.jsx, Stack.jsx, MemoryMap.jsx, BreakPoints.jsx

Testing

  • grep -rn "console.log" webapp/src returns empty ✅
  • No functional changes — purely cleanup

- Remove debug logs from DebugHeader, TerminalComp, Breakpoint
- Remove debug logs from Functions, Stack, MemoryMap, BreakPoints
- 15 console.log statements removed across 7 files
@Uday9909

Copy link
Copy Markdown
Contributor

@Shubh942 you can close this pr , less comprehensive and duplicate of #189

@Shubh942 Shubh942 closed this May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: Remove debug console.log statements from production components

3 participants