removed unnecessary log message

This commit is contained in:
s5260822 2025-03-22 21:19:52 +01:00
parent 5814f55969
commit 116a681ca9

View file

@ -38,8 +38,6 @@ public class SpeechesExportController {
ctx.contentType("application/pdf");
ByteArrayInputStream stream = new ByteArrayInputStream(pdfBytes);
Logger.pink(String.valueOf(stream.available()));
if (stream.available() == 0) {
Logger.error("PDF stream is empty.");
ctx.result("Internal Server Error");