Remove log that happens too often

This commit is contained in:
def 2014-11-26 21:10:22 +01:00
parent 771eb1a625
commit 9d3cb79db5

View file

@ -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;
}