remove print statement from webkitplayer.py

This commit is contained in:
rimach 2011-12-07 21:20:23 +01:00
parent bb4f2fd113
commit f1bc18c33c
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ class WebkitPlayer(MediaPlayer):
vol = float(volume) / float(100)
else:
vol = 0
print vol
path = controller.media_info.file_info.absoluteFilePath()
if controller.media_info.is_background:
loop = u'true'