removed unnecessary log message

This commit is contained in:
s5260822 2025-03-22 21:18:56 +01:00
parent f0e39dfb42
commit 0ef4ea52a8

View file

@ -123,7 +123,6 @@ public class Speaker_MongoDB_Impl extends Speaker implements MongoOperations<Spe
StringBuilder tex = new StringBuilder();
// image on the left, metadata on the right
tex.append("\\begin{minipage}{0.5\\textwidth}\n");
Logger.pink(String.valueOf(outputFile));
if (imageBytes != null) {
tex.append("\\includegraphics[width=0.5\\textwidth]{").append("speaker_photo_" + this.getId() + ".png").append("}\n");
} else {