NSKeyValueMutableSet: Remove NSLog

This commit is contained in:
hmelder 2024-06-11 18:06:30 +02:00
parent 63c29aa4fb
commit e375dcb359

View file

@ -684,7 +684,6 @@
{
if (notifiesObservers && !changeInProgress)
{
NSLog(@"Observer Object: %@ addingObject: %@", object, anObject);
[object willChangeValueForKey: key
withSetMutation: NSKeyValueUnionSetMutation
usingObjects: [NSSet setWithObject: anObject]];