From 649e8fb8a66e060838db6fb9850ae3c6c3813840 Mon Sep 17 00:00:00 2001 From: shoopea Date: Mon, 15 Jun 2020 14:14:56 +0200 Subject: [PATCH] test --- main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.go b/main.go index 9fa328a..cd0dc92 100644 --- a/main.go +++ b/main.go @@ -110,8 +110,6 @@ func main() { Packet: p, } sp.Read(b[:p.PLength]) - uint32 - uint8 logInfoDebug("AdminPacketServerClientError :\n- ClientID: %d\n- ErrorID: %d", sp.ClientID, sp.ErrorID) default: logInfoDebug("Packet fully read : len : %d / type : %d", p.PLength, p.PType)