Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandijck committed Nov 21, 2024
1 parent 44c4f39 commit 33c8406
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Conversions/Manipulations.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public function apply(ImageDriver $image): void
{
foreach ($this->manipulations as $manipulationName => $parameters) {
$parameters = $this->transformParameters($manipulationName, $parameters);
ray('apply', $manipulationName, gettype($parameters), $parameters)->orange();
$image->$manipulationName(...$parameters);
}
}
Expand Down

0 comments on commit 33c8406

Please # to comment.