From 8511b3628f9c27f69ceb8bc52af2818003a0dae4 Mon Sep 17 00:00:00 2001 From: Tim Davies Date: Mon, 9 Oct 2017 22:06:17 +0100 Subject: [PATCH] Remove rogue debugPrint() --- TDBadgedCell/TDBadgedCell.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/TDBadgedCell/TDBadgedCell.swift b/TDBadgedCell/TDBadgedCell.swift index 60e352e..11f6308 100644 --- a/TDBadgedCell/TDBadgedCell.swift +++ b/TDBadgedCell/TDBadgedCell.swift @@ -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