From dc9e176cc1f24c4ee1751f84e3778f239f431af6 Mon Sep 17 00:00:00 2001 From: Yapollon Date: Fri, 21 Feb 2025 00:01:16 +0100 Subject: [PATCH] Streamlined the code base with current production guide lines. Massive Improvements are to be expected. Well done team --- main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/main.go b/main.go index ab5c606..3896089 100644 --- a/main.go +++ b/main.go @@ -336,7 +336,6 @@ func readHandshakePacket(r *Reader, packet *HandshakePacket) error { // Print the whole packet fmt.Println("Packet: ", r.data) - fmt.Println("Works so far") var err error packet.ProtocolVersion, err = r.readVarInt() fmt.Println("version: ", packet.ProtocolVersion)