removed unused prints
This commit is contained in:
parent
6d1b166f2d
commit
f8227c1be8
3 changed files with 0 additions and 4 deletions
|
|
@ -60,7 +60,6 @@ class subtitles_mux(devedeng.executor.executor):
|
|||
out_xml.write(str(font_size))
|
||||
if subt_upper:
|
||||
out_xml.write('" bottom-margin="50')
|
||||
print("Punto clave")
|
||||
out_xml.write('" fill-color="#%02X%02X%02X"' %
|
||||
tuple([int(fill_color[i] * 255) for i in range(len(fill_color))]))
|
||||
out_xml.write(' outline-color="#%02X%02X%02X"' %
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue