Skip to content

Commit 8511b36

Browse files
committed
Remove rogue debugPrint()
1 parent 215e1a6 commit 8511b36

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

TDBadgedCell/TDBadgedCell.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ open class TDBadgedCell: UITableViewCell {
5757

5858
// Now lets update the width of the cells text labels to take the badge into account
5959
let labelWidth = self.contentView.frame.width - (badgeView.frame.width + (offsetX * 2)) - 20;
60-
61-
debugPrint(labelWidth)
62-
6360
textLabel?.frame.size.width = labelWidth
6461
if((detailTextLabel) != nil) {
6562
detailTextLabel?.frame.size.width = labelWidth

0 commit comments

Comments
 (0)