关闭数据日志

This commit is contained in:
nnhy 2015-09-28 09:29:58 +00:00
parent c899f64e51
commit c2c9612b0f
1 changed files with 2 additions and 2 deletions

View File

@ -62,10 +62,10 @@ uint Controller::Dispatch(ITransport* port, ByteArray& bs, void* param, void* pa
Controller* control = (Controller*)param;
#if MSG_DEBUG
msg_printf("TinyNet::Dispatch[%d] ", len);
/*msg_printf("TinyNet::Dispatch[%d] ", len);
// 输出整条信息
Sys.ShowHex(buf, len, '-');
msg_printf("\r\n");
msg_printf("\r\n");*/
#endif
if(len > control->Port->MaxSize)
{