Skip to content

Commit b01f125

Browse files
committed
Remove debugging info
1 parent 0bb3e20 commit b01f125

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

auto_editor/formats/fcp7.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,7 @@ def xml_bool(val: str) -> bool:
375375

376376
primary_src = sources[next(iter(sources))]
377377
assert type(primary_src) is FileInfo
378-
print(sources)
379-
print(vobjs)
380-
print(aobjs)
381-
print("=================")
378+
382379
return v3(primary_src, tb, sr, res, "#000", vobjs, aobjs, v1=None)
383380

384381

0 commit comments

Comments
 (0)