Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoli79 committed Feb 4, 2025
1 parent 28fc3af commit acc59c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/testinfo_command-bar.inc
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ use WebPageTest\Util;
&& !isset($tests)
&& (!isset($test['testinfo']['type']) || !strlen($test['testinfo']['type']))
) {
$user = !is_null($request_context) ? $request_context->getUser() : null;

// load the secret key (if there is one)
$secret = GetServerSecret();
if (!isset($secret)) {
Expand Down

0 comments on commit acc59c7

Please sign in to comment.