Skip to content

Commit 5e389b6

Browse files
committed
refactor: remove unused code
1 parent e3f5a7d commit 5e389b6

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • inventory-framework-platform-bukkit/src/main/java/me/devnatan/inventoryframework/runtime/thirdparty

inventory-framework-platform-bukkit/src/main/java/me/devnatan/inventoryframework/runtime/thirdparty/InventoryUpdate.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ public final class InventoryUpdate {
8686
I_CHAT_BASE_COMPONENT, "b", MethodType.methodType(I_CHAT_MUTABLE_COMPONENT, String.class), true)
8787
: null;
8888

89-
System.out.println("SUPPORTS_19 = " + SUPPORTS_19);
90-
System.out.println("CHAT_MESSAGE = " + CHAT_MESSAGE);
91-
System.out.println("literal = " + literal);
92-
9389
// Initialize constructors.
9490
chatMessage = SUPPORTS_19 ? null : getConstructor(CHAT_MESSAGE, String.class, Object[].class);
9591
packetPlayOutOpenWindow = (useContainers())

0 commit comments

Comments
 (0)