removed unnecessary log message
This commit is contained in:
parent
5814f55969
commit
116a681ca9
1 changed files with 0 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue