Skip to content

Commit 64cafc8

Browse files
committed
headers shown twice
1 parent 897e561 commit 64cafc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ public static function getApiCallsTabPane($requestId, $request)
331331
$tables['timing'] = array_map(function ($v) {return sprintf('%.2f ms', $v * 1000);}, $call['timing']);
332332

333333
$tables['options'] = $call['options'];
334-
$tables['headers'] = $call['headers'];
335334
foreach ($tables as $table => $fields) {
336335
$t = 0;
337336
$tc = count($fields);

0 commit comments

Comments
 (0)