removed unused prints

This commit is contained in:
Sergio Costas 2019-01-04 12:41:02 +01:00
parent 6d1b166f2d
commit f8227c1be8
3 changed files with 0 additions and 4 deletions

View file

@ -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"' %