We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c4291 commit 00142ffCopy full SHA for 00142ff
src/main/java/sub/optimal/hacklace2/TemplateProcessor.java
@@ -131,11 +131,9 @@ public String replacePlaceholder(String line) {
131
matchBuffer.append(hacklaceBytes);
132
matchBuffer.append(Converter.getHexByteMarker());
133
} else {
134
- System.out.println(String.format("%s: image could not be not converted", file.getName()));
135
matchBuffer.append(matcher.group());
136
}
137
138
- System.out.println(String.format("%s: image skipped", file.getName()));
139
140
141
matcher.appendReplacement(lineBuffer, matchBuffer.toString());
0 commit comments