这是indexloc提供的服务,不要输入任何密码
Skip to content

chore: Remove commented code across multiple files #8416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mawburn
Copy link
Contributor

@mawburn mawburn commented Jul 11, 2025

Summary

This PR removes commented out code across the codebase to improve maintainability and readability. The cleanup targets code that was commented out between February 2023 and April 2025, removing almost 200 lines of dead code from 14 files across the packages, api, and client directories.

No functional changes were made - only commented code removal.

Change Type

  • Code cleanup/refactoring (non-breaking change that improves code quality)

Testing

All modified files have been:

  • Linted with ESLint (npx eslint --fix)
  • Formatted with Prettier (npx prettier --write)
  • Type-checked where applicable (npx tsc --noEmit)

The application continues to function normally with no regressions.

Checklist

  • My code adheres to this project's style guidelines
  • I have performed a self-review of my own code
  • My changes do not introduce new warnings
  • Local unit tests pass with my changes

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