From 43fbe3bf65b09b63c1181945568a38304ce9b11a Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Fri, 30 Aug 2013 19:27:52 +0200 Subject: [PATCH] These NSLogs shouldn't actually be there --- Classes/BITStoreButton.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Classes/BITStoreButton.m b/Classes/BITStoreButton.m index e083388578..da46989e24 100644 --- a/Classes/BITStoreButton.m +++ b/Classes/BITStoreButton.m @@ -146,10 +146,6 @@ cr.origin.y = _customPadding.y; cr.origin.x = self.superview.frame.size.width - cr.size.width - _customPadding.x * 2; self.frame = cr; - NSLog(@"%@", NSStringFromCGRect(self.frame)); - NSLog(@"%@", NSStringFromCGRect(self.titleLabel.frame)); - NSLog(@"%@", [self.titleLabel.textColor description]); - NSLog(@"%@", [self.backgroundColor description]); } }