Skip to content

Show window size debug info only for development#2740

Merged
DocMoebiuz merged 1 commit intomainfrom
2716/remove-debugging-info
Feb 22, 2026
Merged

Show window size debug info only for development#2740
DocMoebiuz merged 1 commit intomainfrom
2716/remove-debugging-info

Conversation

@DocMoebiuz
Copy link
Copy Markdown
Collaborator

fixes #2716

Copilot AI review requested due to automatic review settings February 22, 2026 14:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request hides the window size and breakpoint debug information from production builds by conditionally rendering the DebugInfo component only in development mode. The change addresses issue #2716 which requested removal of debug information from release builds.

Changes:

  • Added NODE_ENV check to hide DebugInfo component in production builds
  • Applied Prettier formatting to the component code

@github-actions
Copy link
Copy Markdown

Build for this pull request:
MobiFlightConnector.zip

@DocMoebiuz DocMoebiuz merged commit c79fba9 into main Feb 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove debugging information from window

2 participants