Remove log per review by @fredkiefer

This commit is contained in:
Gregory John Casamento 2022-12-12 05:52:34 -05:00
parent 7566d97a94
commit 03cbc95076

View file

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