Skip to content

Commit acc59c7

Browse files
committed
remove unused variable
1 parent 28fc3af commit acc59c7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

www/testinfo_command-bar.inc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ use WebPageTest\Util;
5454
&& !isset($tests)
5555
&& (!isset($test['testinfo']['type']) || !strlen($test['testinfo']['type']))
5656
) {
57-
$user = !is_null($request_context) ? $request_context->getUser() : null;
58-
5957
// load the secret key (if there is one)
6058
$secret = GetServerSecret();
6159
if (!isset($secret)) {

0 commit comments

Comments
 (0)