Skip to content

fix: Remove debug console.log statements from production components #155 - #189

Open
avnisinghal001 wants to merge 1 commit into
c2siorg:mainfrom
avnisinghal001:fix/remove_console_logs
Open

fix: Remove debug console.log statements from production components #155#189
avnisinghal001 wants to merge 1 commit into
c2siorg:mainfrom
avnisinghal001:fix/remove_console_logs

Conversation

@avnisinghal001

Copy link
Copy Markdown

Fix: Remove debug console.log statements from production components

Description

  • Removed 15 console.log statements from 7 production React components
  • Files changed: Breakpoint.jsx, TerminalComp.jsx, Stack.jsx, DebugHeader.jsx, Functions.jsx, MemoryMap.jsx, BreakPoints.jsx
  • Replaced console.log(error) in catch blocks with console.error(error) for proper error handling
  • No test files were modified

Additional context

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.

1 participant