Skip to content

Commit 1482cdd

Browse files
committed
refactor: remove unnecessary parts
1 parent 52919c5 commit 1482cdd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/Config/Toolbar.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ class Toolbar extends BaseConfig
150150
*/
151151
public array $disableOnHeaders = [
152152
'HX-Request', // HTMX partial requests
153-
'HX-Boosted', // HTMX boosted navigation
154153
'X-Unpoly-Request', // Unpoly partial requests
155154
'Turbo-Frame', // Turbo Frames
156155
'Turbo-Visit', // Turbo Drive navigation

system/Debug/Toolbar.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,6 @@ public function prepare(?RequestInterface $request = null, ?ResponseInterface $r
409409
}
410410

411411
$toolbar = service('toolbar', $config);
412-
$stats = $app->getPerformanceStats();
413412
$data = $toolbar->run(
414413
$stats['startTime'],
415414
$stats['totalTime'],

0 commit comments

Comments
 (0)