forked from openlp/openlp
remove print statement from webkitplayer.py
This commit is contained in:
parent
bb4f2fd113
commit
f1bc18c33c
@ -299,7 +299,6 @@ class WebkitPlayer(MediaPlayer):
|
|||||||
vol = float(volume) / float(100)
|
vol = float(volume) / float(100)
|
||||||
else:
|
else:
|
||||||
vol = 0
|
vol = 0
|
||||||
print vol
|
|
||||||
path = controller.media_info.file_info.absoluteFilePath()
|
path = controller.media_info.file_info.absoluteFilePath()
|
||||||
if controller.media_info.is_background:
|
if controller.media_info.is_background:
|
||||||
loop = u'true'
|
loop = u'true'
|
||||||
|
Loading…
Reference in New Issue
Block a user