[go: nahoru, domu]

Skip to content

Commit

Permalink
Remove debugging info
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Dec 6, 2023
1 parent 0bb3e20 commit b01f125
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions auto_editor/formats/fcp7.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,10 +375,7 @@ def xml_bool(val: str) -> bool:

primary_src = sources[next(iter(sources))]
assert type(primary_src) is FileInfo
print(sources)
print(vobjs)
print(aobjs)
print("=================")

return v3(primary_src, tb, sr, res, "#000", vobjs, aobjs, v1=None)


Expand Down

0 comments on commit b01f125

Please sign in to comment.