Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Huong Do committed Mar 4, 2015
1 parent 32d9557 commit e45e60b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/ICGVideoTrimmerView.m
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ - (void)addFrames
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
for (int i=1; i<=[times count]; i++) {
CMTime time = [((NSValue *)[times objectAtIndex:i-1]) CMTimeValue];
// NSLog(@"Time:%@", [NSValue valueWithCMTime:time]);

CGImageRef halfWayImage = [self.imageGenerator copyCGImageAtTime:time actualTime:NULL error:NULL];

Expand Down

0 comments on commit e45e60b

Please sign in to comment.