disable debug output

This commit is contained in:
j 2017-03-03 00:33:12 +01:00
parent fc51b9210f
commit 0d2c34cf64

View file

@ -10,7 +10,7 @@ from PyQt5 import QtWidgets
# Avoid segfault in webvfx
app = QtWidgets.QApplication(sys.argv)
mlt.mlt_log_set_level(40) # verbose
#mlt.mlt_log_set_level(40) # verbose
mlt.Factory.init()