Skip to content

Commit

Permalink
Commented out spammy logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darryl H. Thomas committed May 26, 2011
1 parent 7ad0e92 commit 30fd9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/AQGridView.m
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ - (void) updateVisibleGridCellsNow


NSUInteger index=[shifted firstIndex]; NSUInteger index=[shifted firstIndex];
while(index != NSNotFound){ while(index != NSNotFound){
NSLog(@"%i >= %i ?", index, [_visibleCells count]); //NSLog(@"%i >= %i ?", index, [_visibleCells count]);
if (index >= [_visibleCells count]) { if (index >= [_visibleCells count]) {
[shifted removeIndex:index]; [shifted removeIndex:index];
} }
Expand Down

0 comments on commit 30fd9e7

Please sign in to comment.