Skip to content

Commit

Permalink
删除debug代码
Browse files Browse the repository at this point in the history
  • Loading branch information
TalkingJourney committed Jun 23, 2019
1 parent 8734312 commit 0716560
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SCIndexViewDemo/SCIndexViewDemo/SCIndexViewHeaderView.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ - (void)configWithProgress:(double)progress {
self.titleLabel.textColor = textColor;
UIColor *bgColor = [self getColorWithRGBArray:bgColorNowArray];
self.contentView.backgroundColor = bgColor;

NSLog(@"\ntextColor: %@\nbgColor: %@\nprogress: %f\n", textColor, bgColor, progress);
}

- (NSArray<NSNumber *> *)getRGBArrayByColor:(UIColor *)color
Expand Down

0 comments on commit 0716560

Please sign in to comment.