Skip to content

fix(web-ui): remove debug console logs#317

Merged
AbirAbbas merged 1 commit intoAgent-Field:mainfrom
CommitHu502Craft:fix-107-remove-debug-logs
Apr 1, 2026
Merged

fix(web-ui): remove debug console logs#317
AbirAbbas merged 1 commit intoAgent-Field:mainfrom
CommitHu502Craft:fix-107-remove-debug-logs

Conversation

@CommitHu502Craft
Copy link
Copy Markdown
Contributor

Summary

  • remove debug console.log and console.trace statements across the Web UI client
  • clean up unused callbacks and empty blocks left behind by those removals so the client still type-checks and builds
  • remove the remaining DeckGL test page node-click debug log

Fixes #107.

Testing

  • rg -n "console\\.(log|trace)\\(" src -g "*.ts" -g "*.tsx"
  • npm run build
  • npm test

Notes

  • npm run lint still fails on the current Web UI baseline in pre-existing files such as src/components/ExecutionViewTabs.tsx, src/components/WorkflowDAG/index.tsx, and src/services/api.ts.
  • I kept this PR scoped to debug log removal instead of mixing in a repository-wide lint cleanup.

@CommitHu502Craft CommitHu502Craft requested review from a team and AbirAbbas as code owners March 31, 2026 14:39
@AbirAbbas AbirAbbas added this pull request to the merge queue Apr 1, 2026
Merged via the queue into Agent-Field:main with commit c35b248 Apr 1, 2026
15 checks passed
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.

[Web UI] Remove debug console.log statements

2 participants