Skip to content

Commit

Permalink
Removed log comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopaniego committed Oct 3, 2023
1 parent bd8948f commit 9eef3ae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions behavior_metrics/ui/gui/views/stats_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,6 @@ def __init__(self, parent=None, controller=None):
self.layout.addWidget(self.suddenness_distance_speed_label)
self.suddenness_distance_speed_per_km_label = QLabel("Suddenness distance speed per km -> " + str(self.controller.experiment_metrics['suddenness_distance_speed_per_km']))
self.layout.addWidget(self.suddenness_distance_speed_per_km_label)
print('LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL')
print()
print()
print()
print(self.controller.experiment_metrics)
print()
print()
print()
print('LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLL')
if 'dangerous_distance_pct_km' in self.controller.experiment_metrics:
self.dangerous_distance_pct_km = QLabel("Percentage of dangerous distance per km -> " + str(self.controller.experiment_metrics['dangerous_distance_pct_km']))
self.layout.addWidget(self.dangerous_distance_pct_km)
Expand Down

0 comments on commit 9eef3ae

Please sign in to comment.