From 03cbc95076c84000018668e1b613f702bf491284 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Mon, 12 Dec 2022 05:52:34 -0500 Subject: [PATCH] Remove log per review by @fredkiefer --- Source/NSCollectionView.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/NSCollectionView.m b/Source/NSCollectionView.m index 56cf3a433..df9ee2e3b 100644 --- a/Source/NSCollectionView.m +++ b/Source/NSCollectionView.m @@ -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];