From a43229b01b93e70221f251072a669ebacea4eb39 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Thu, 14 Mar 2024 12:10:08 +0000 Subject: [PATCH] ............ --- legacy/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/index.php b/legacy/index.php index 266a7450..cdecec17 100644 --- a/legacy/index.php +++ b/legacy/index.php @@ -407,7 +407,7 @@ function generateTableRow(TimingResult $time, int $numTicks, ?float $sample, flo } foreach($tableOrder as $groupName => $timings){ if(!isset($report->groups[$groupName])){ - //continue; + /continue; } $visibleRows = 5; $loadHeatmapFactor = 0.06;