mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 23:47:01 +00:00
These NSLogs shouldn't actually be there
This commit is contained in:
parent
29e60062ee
commit
43fbe3bf65
@ -146,10 +146,6 @@
|
|||||||
cr.origin.y = _customPadding.y;
|
cr.origin.y = _customPadding.y;
|
||||||
cr.origin.x = self.superview.frame.size.width - cr.size.width - _customPadding.x * 2;
|
cr.origin.x = self.superview.frame.size.width - cr.size.width - _customPadding.x * 2;
|
||||||
self.frame = cr;
|
self.frame = cr;
|
||||||
NSLog(@"%@", NSStringFromCGRect(self.frame));
|
|
||||||
NSLog(@"%@", NSStringFromCGRect(self.titleLabel.frame));
|
|
||||||
NSLog(@"%@", [self.titleLabel.textColor description]);
|
|
||||||
NSLog(@"%@", [self.backgroundColor description]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user