diff --git a/Source/NSOrderedSet.m b/Source/NSOrderedSet.m index 80cf064e8..2eddb486a 100644 --- a/Source/NSOrderedSet.m +++ b/Source/NSOrderedSet.m @@ -1215,7 +1215,6 @@ static SEL rlSel; { if ([otherSet containsObject: o] == NO) // 2. check the member is in otherset. { - NSLog(@"Object not contained %@", o); return NO; } }