Skip to content

Commit e84fca6

Browse files
committed
Whoops, left some debug info in
1 parent 880cf29 commit e84fca6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ProtocolLib/src/main/java/com/comphenix/protocol/PacketType.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,6 @@ public static PacketType fromCurrent(Protocol protocol, Sender sender, int packe
699699
}
700700
}
701701

702-
System.out.println("No match for " + className);
703702
PacketType type = new PacketType(protocol, sender, packetId, -1, PROTOCOL_VERSION, className);
704703
type.dynamic = true;
705704

0 commit comments

Comments
 (0)