remove print...

This commit is contained in:
Clément Ducarteron 2023-03-23 17:34:01 +01:00
parent 0e416a2927
commit 8dae79cd35

View File

@ -116,7 +116,6 @@ def import_edit(filepath, adapter="cmx_3600", clean_sequencer=False):
scn.frame_start = (
0 if timeline.global_start_time is None else timeline.global_start_time
)
# scn.frame_end = otio.opentime.to_frames(timeline.duration())
for track in timeline.tracks:
for child in track.each_child(shallow_search=True):