mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: remove menu update debug log (#50614)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: clavin <clavin@electronjs.org>
This commit is contained in:
@@ -478,7 +478,6 @@ NSArray* ConvertSharingItemToNS(const SharingItem& item) {
|
||||
|
||||
if (![represented
|
||||
isKindOfClass:[WeakPtrToElectronMenuModelAsNSObject class]]) {
|
||||
NSLog(@"representedObject is not a WeakPtrToElectronMenuModelAsNSObject");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user