mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
NSKeyValueMutableSet: Remove NSLog
This commit is contained in:
parent
63c29aa4fb
commit
e375dcb359
1 changed files with 0 additions and 1 deletions
|
@ -684,7 +684,6 @@
|
|||
{
|
||||
if (notifiesObservers && !changeInProgress)
|
||||
{
|
||||
NSLog(@"Observer Object: %@ addingObject: %@", object, anObject);
|
||||
[object willChangeValueForKey: key
|
||||
withSetMutation: NSKeyValueUnionSetMutation
|
||||
usingObjects: [NSSet setWithObject: anObject]];
|
||||
|
|
Loading…
Reference in a new issue