Skip to content

Commit

Permalink
Remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
galenlin committed Jul 30, 2017
1 parent 9ade2c0 commit 6d41f43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PBKit/PBAnimation/PBFrameAnimation.m
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ - (void)run {

- (void)onDisplay:(CADisplayLink *)link {
CGFloat progress = (CACurrentMediaTime() - _timestamp) / _duration;
NSLog(@"==== %.2f", progress);
BOOL complected = NO;
if (progress >= 1.f) {
progress = 1.f;
Expand Down

0 comments on commit 6d41f43

Please sign in to comment.