Skip to content

Commit

Permalink
Remove rogue debugPrint()
Browse files Browse the repository at this point in the history
  • Loading branch information
tmdvs committed Oct 9, 2017
1 parent 215e1a6 commit 8511b36
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions TDBadgedCell/TDBadgedCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ open class TDBadgedCell: UITableViewCell {

// Now lets update the width of the cells text labels to take the badge into account
let labelWidth = self.contentView.frame.width - (badgeView.frame.width + (offsetX * 2)) - 20;

debugPrint(labelWidth)

textLabel?.frame.size.width = labelWidth
if((detailTextLabel) != nil) {
detailTextLabel?.frame.size.width = labelWidth
Expand Down

0 comments on commit 8511b36

Please sign in to comment.