removed unnecessary log message
This commit is contained in:
parent
f0e39dfb42
commit
0ef4ea52a8
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue