Remove NSLog() output
This commit is contained in:
parent
a52e32670f
commit
372ddb1ec0
|
|
@ -207,8 +207,6 @@
|
|||
if ( !CGRectEqualToRect(self.frame, frame)) {
|
||||
[super setFrame:frame];
|
||||
[self _refreshIndicator:YES];
|
||||
|
||||
NSLog(@"%@, %@", NSStringFromCGRect(self.frame), NSStringFromCGRect(super.frame));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue