Skip to content

Commit

Permalink
[HBLinkTableCell] This log shouldn’t be here…
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Aug 25, 2020
1 parent ab3bcb0 commit fbf17f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs/HBLinkTableCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ - (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(NSStr
}

self.specifier = specifier;
if (self.shouldShowAvatar) {NSLog(@"avatar? %i %@", self.shouldShowAvatar, self.specifier.properties);
if (self.shouldShowAvatar) {
CGFloat size = _isBig ? 38.f : 29.f;

UIGraphicsBeginImageContextWithOptions(CGSizeMake(size, size), NO, [UIScreen mainScreen].scale);
Expand Down

0 comments on commit fbf17f5

Please sign in to comment.