Skip to content

Commit 00142ff

Browse files
committed
remove unneeded output
1 parent 93c4291 commit 00142ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/sub/optimal/hacklace2/TemplateProcessor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,11 +131,9 @@ public String replacePlaceholder(String line) {
131131
matchBuffer.append(hacklaceBytes);
132132
matchBuffer.append(Converter.getHexByteMarker());
133133
} else {
134-
System.out.println(String.format("%s: image could not be not converted", file.getName()));
135134
matchBuffer.append(matcher.group());
136135
}
137136
} else {
138-
System.out.println(String.format("%s: image skipped", file.getName()));
139137
matchBuffer.append(matcher.group());
140138
}
141139
matcher.appendReplacement(lineBuffer, matchBuffer.toString());

0 commit comments

Comments
 (0)