Skip to content

Commit c7e6c6c

Browse files
committed
Small fix
1 parent 7f6f529 commit c7e6c6c

2 files changed

Lines changed: 0 additions & 359 deletions

File tree

src/main/java/ru/ardyc/fractalflamegenerator/controller/FractalFlameController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public byte[] generateImage(
4747
),
4848
List.of(new LogGammaCorrectionImageProcessor())
4949
);
50-
System.out.println(image);
5150
ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
5251
ImageIO.write(ImageUtils.convertFractalImageToBufferedImage(image), ImageFormat.PNG.getFormatName(), byteArrayOutputStream);
5352
return byteArrayOutputStream.toByteArray();

src/main/resources/META-INF/resources/index.html

Lines changed: 0 additions & 358 deletions
This file was deleted.

0 commit comments

Comments
 (0)