This is a backport PR for branch 42-x-y
#50614: fix: remove menu update debug log
Merged
Backport of #50608
See that PR for details.
Notes: Removed "representedObject is not a WeakPtrToElectronMenuModelAsNSObject" logging when interacting with macOS menus.
Backport Information
Backported from
#50608: fix: remove menu update debug logOriginal PR Author
clavinOriginal PR Status
Merged
Original PR Merged At
Apr 1, 2026, 3:06:26 AM
Original PR Link
View on GitHubSemver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron