mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 18:18:18 +00:00
Remove log that happens too often
This commit is contained in:
parent
771eb1a625
commit
9d3cb79db5
|
@ -185,7 +185,7 @@ int CNetBase::UnpackPacket(unsigned char *pBuffer, int Size, CNetPacketConstruct
|
|||
{
|
||||
if(Size < 6)
|
||||
{
|
||||
dbg_msg("", "connection less packet too small, %d", Size);
|
||||
//dbg_msg("", "connection less packet too small, %d", Size);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue