Remove some debugging prints... oops

This commit is contained in:
Raoul Snyman 2014-08-21 01:49:22 +02:00
parent 554ce81dd3
commit 7b25295c7f
1 changed files with 0 additions and 2 deletions

View File

@ -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()