Skip to content

Commit e45e60b

Browse files
author
Huong Do
committed
Remove log
1 parent 32d9557 commit e45e60b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/ICGVideoTrimmerView.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ - (void)addFrames
313313
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
314314
for (int i=1; i<=[times count]; i++) {
315315
CMTime time = [((NSValue *)[times objectAtIndex:i-1]) CMTimeValue];
316-
// NSLog(@"Time:%@", [NSValue valueWithCMTime:time]);
317316

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

0 commit comments

Comments
 (0)