Skip to content

Commit 7e88fbb

Browse files
committed
Remove debug code
1 parent 9f9bffb commit 7e88fbb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Layout/PictureBox.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ public function mask(Imagick $mask): void
4646
$base->setImageMatte(true);
4747

4848
$base->compositeImage($mask, Imagick::COMPOSITE_DSTIN, 0, 0);
49-
50-
$base->writeImage(__DIR__.'/../../circle.png');
5149
}
5250

5351
public function circle(): static

0 commit comments

Comments
 (0)