Commit b3f96dcc authored by Dan Pascu's avatar Dan Pascu

Removed print statements

parent af0f8b49
...@@ -1018,7 +1018,6 @@ class VideoWidget(VideoSurface, ui_class): ...@@ -1018,7 +1018,6 @@ class VideoWidget(VideoSurface, ui_class):
self.mute_button.setChecked(settings.audio.muted) self.mute_button.setChecked(settings.audio.muted)
def _SH_CameraPreviewAdjusted(self, old_geometry, new_geometry): def _SH_CameraPreviewAdjusted(self, old_geometry, new_geometry):
print old_geometry, new_geometry
if new_geometry.size() != old_geometry.size(): if new_geometry.size() != old_geometry.size():
default_height_for_size = (self.height() + 117) / 6 default_height_for_size = (self.height() + 117) / 6
self.camera_preview.scale_factor = new_geometry.height() / default_height_for_size self.camera_preview.scale_factor = new_geometry.height() / default_height_for_size
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment