mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 22:57:38 +00:00
Remove log per review by @fredkiefer
This commit is contained in:
parent
7566d97a94
commit
03cbc95076
1 changed files with 0 additions and 2 deletions
|
@ -1758,8 +1758,6 @@ static NSString *_placeholderItem = nil;
|
|||
NSInteger ni = [self numberOfItemsInSection: cs];
|
||||
NSInteger ci = 0;
|
||||
|
||||
NSDebugLog(@"current section = %ld", cs);
|
||||
|
||||
for (ci = 0; ci < ni; ci++)
|
||||
{
|
||||
NSIndexPath *p = [NSIndexPath indexPathForItem: ci inSection: cs];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue