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;