forked from openlp/openlp
Remove some debugging prints... oops
This commit is contained in:
parent
554ce81dd3
commit
7b25295c7f
@ -94,8 +94,6 @@ class MediaClipSelectorForm(QtGui.QDialog, Ui_MediaClipSelector):
|
||||
Exit Dialog and do not save
|
||||
"""
|
||||
log.debug('MediaClipSelectorForm.reject')
|
||||
print(self.geometry().height())
|
||||
print(self.geometry().width())
|
||||
# Tear down vlc
|
||||
if self.vlc_media_player:
|
||||
self.vlc_media_player.stop()
|
||||
|
Loading…
Reference in New Issue
Block a user