about summary refs log tree commit diff
path: root/src/ui/report.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/report.rs')
-rw-r--r--src/ui/report.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/report.rs b/src/ui/report.rs
index 215aea0..4fcfc51 100644
--- a/src/ui/report.rs
+++ b/src/ui/report.rs
@@ -304,7 +304,6 @@ impl FurReport {
                                                                         (1, &total_time_str)
                                                                     ]);
         }
-        // TODO Bold "All Results"
 
         if imp.sort_by_task.is_active() {
             let mut tasks_by_name: Vec<Vec<(database::Task, i64)>> = Vec::new();