Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Jan 15, 2024
1 parent 9f9bffb commit 7e88fbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Layout/PictureBox.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public function mask(Imagick $mask): void
$base->setImageMatte(true);

$base->compositeImage($mask, Imagick::COMPOSITE_DSTIN, 0, 0);

$base->writeImage(__DIR__.'/../../circle.png');
}

public function circle(): static
Expand Down

0 comments on commit 7e88fbb

Please sign in to comment.