Skip to content

Commit e4eece4

Browse files
committed
remove bakeItem debugLogs
1 parent 64e8dee commit e4eece4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/maxgamer/quickshop/util/TextSplitter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public static String bakeComponent(BaseComponent[] components) {
4242
@SneakyThrows
4343
public static SpilledString deBakeItem(String src) {
4444
if (!src.contains(HEADER)) {
45-
Util.debugLog(src + " seems not a baked message");
45+
// Util.debugLog(src + " seems not a baked message");
4646
return null;
4747
}
4848
String base64 = StringUtils.substringBetween(src, HEADER, FOOTER);

0 commit comments

Comments
 (0)