Remove NSLog() output

This commit is contained in:
Looping 2014-11-02 22:16:31 +08:00
parent a52e32670f
commit 372ddb1ec0
1 changed files with 0 additions and 2 deletions

View File

@ -207,8 +207,6 @@
if ( !CGRectEqualToRect(self.frame, frame)) {
[super setFrame:frame];
[self _refreshIndicator:YES];
NSLog(@"%@, %@", NSStringFromCGRect(self.frame), NSStringFromCGRect(super.frame));
}
}