Skip to content

Commit 6da5461

Browse files
committed
Remove debugging print
1 parent 75cfe79 commit 6da5461

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vfs/videoio.py

-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,6 @@ def join_raw(segments, output_filename, resolution, codec, verify_inputs=False,
276276
.overwrite_output()
277277
.run())
278278
elif True:
279-
print([s.filename for s in segments])
280279
# Don't verify inputs, just concat everything
281280
with open(output_filename, 'wb') as output:
282281
for segment in segments:

0 commit comments

Comments
 (0)