Remove log statement accidentialy left over.

This commit is contained in:
fredkiefer 2019-06-27 16:17:26 +02:00
parent eff6575d9f
commit 8c10d1848e

View file

@ -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;
}
}