rm debug msg

master
Alex 2022-03-13 16:42:50 +01:00
parent 8a601e612b
commit 40cb2961be
1 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ package kraProtocol
import (
"reflect"
"krakatoa.net/backend/modules/logger"
"krakatoa.net/backend/modules/structs"
)
@ -189,7 +188,5 @@ func DecodeJavaMessage(data []byte) (Status int, CmdID int, Dest int, PlayerUuid
args[i] = data[40+i]
}
logger.Minecraft.Debugln("CMD Number", cmdNumber)
return int(status), cmdID, int(dest), string(playerUuid), cmdNumber, string(args)
}