Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed Jun 4, 2024
1 parent 39139dd commit 825a724
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Analysis/LoadingExperience.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ public static function create(array $values): self

$metrics = [];
foreach ($values['metrics'] as $id => $metric) {
if (!is_array($metric)) {
dd($values);
}
Assert::isArray($metric);
$metrics[$id] = ['id' => $id, ...$metric];
}
Expand Down

0 comments on commit 825a724

Please sign in to comment.