Skip to content

Commit 88bb959

Browse files
author
pifupro_iOS_admin
committed
Optimization of code format
1 parent 4f1062a commit 88bb959

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CollectionViewClassifyMenu/Class/ClassifyMenu(两级可折叠菜单)/Controller/CYLClassifyMenuViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ - (NSArray *)cellsCountArrayPerRowInSections
132132
}];
133133
_cellsCountArrayPerRowInSections = (NSArray *)cellsCountArrayPerRowInSections;
134134
}
135-
// NSLog(@"%@",_cellsCountArrayPerRowInSections);
136135
return _cellsCountArrayPerRowInSections;
137136
}
138137

@@ -241,7 +240,6 @@ - (void)judgeMoreButtonShowWhenDefaultRowsCount:(NSUInteger)defaultRowsCount {
241240
} else {
242241
//|break;| Stop enumerating ;if wanna continue use |return| to Skip this object
243242
//http://t.cn/RAsfoAi
244-
NSLog(@"%@行是%@",@(cellsCountArrayPerRowIdx),@(sum));
245243
*stop = YES;
246244
return;
247245
}

0 commit comments

Comments
 (0)