Skip to content

Commit

Permalink
remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
amietn committed Mar 17, 2019
1 parent 3254221 commit 1e43802
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vcsi/vcsi.py
Original file line number Diff line number Diff line change
Expand Up @@ -1498,11 +1498,8 @@ def process_file(path, args):

if args.interval is not None:
total_delay = total_delay_seconds(media_info, args)
print(f"total_delay = {total_delay}")
selected_duration = media_info.duration_seconds - total_delay
print(f"selected_duration = {selected_duration}")
args.num_samples = math.floor(selected_duration / args.interval.total_seconds())
print(f"num_sampled = {args.num_samples}")
args.num_selected = args.num_samples
args.num_groups = args.num_samples

Expand Down

0 comments on commit 1e43802

Please sign in to comment.