Skip to content

Commit

Permalink
removed method_name from results
Browse files Browse the repository at this point in the history
  • Loading branch information
shagtv committed Feb 10, 2020
1 parent aec2ca4 commit e2f0c8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Badoo/LiveProfilerUI/Pages/MethodUsagePage.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public function getTemplateData() : array
$result = [];
$result['date'] = $snapshots[$Row->getSnapshotId()]['date'];
$result['method_id'] = $Row->getMethodId();
$result['method_name'] = $methods[$Row->getMethodId()]['name'];
$result['app'] = $snapshots[$Row->getSnapshotId()]['app'];
$result['label'] = $snapshots[$Row->getSnapshotId()]['label'];
$values = $Row->getFormattedValues();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ public function providerGetTemplateData()
'results' => [
[
'date' => 'date',
'method_name' => 'test',
'method_id' => 1,
'app' => 'app',
'label' => 'label',
Expand Down

0 comments on commit e2f0c8b

Please sign in to comment.