mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Remove log statement accidentialy left over.
This commit is contained in:
parent
eff6575d9f
commit
8c10d1848e
1 changed files with 0 additions and 1 deletions
|
@ -1215,7 +1215,6 @@ static SEL rlSel;
|
||||||
{
|
{
|
||||||
if ([otherSet containsObject: o] == NO) // 2. check the member is in otherset.
|
if ([otherSet containsObject: o] == NO) // 2. check the member is in otherset.
|
||||||
{
|
{
|
||||||
NSLog(@"Object not contained %@", o);
|
|
||||||
return NO;
|
return NO;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue