These NSLogs shouldn't actually be there

This commit is contained in:
Andreas Linde 2013-08-30 19:27:52 +02:00
parent 29e60062ee
commit 43fbe3bf65

View File

@ -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]);
}
}