Commit 05316632 authored by Luci Stanescu's avatar Luci Stanescu

Removed erroneous line

parent 3d7cb451
......@@ -724,7 +724,6 @@ class SessionWidget(base_class, ui_class):
self.stream_info_label.codec_info = session.codec_info
self.duration_label.value = session.duration
self.latency_label.value = session.latency
self.packet_loss_label.threshold = 0
self.packet_loss_label.value = session.packet_loss
self.status_label.value = session.status
self.tls_label.setVisible(bool(session.tls))
......
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