Ver Fonte

Z991239-6440 #comment feat: 去除调试时多余的日志

Signed-Off-By: commit-hook
刘文涛80174520 há 1 mês atrás
pai
commit
a4e86d7c1c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Module/mod_heartbeat/HeartBeatFSM.cpp

+ 1 - 1
Module/mod_heartbeat/HeartBeatFSM.cpp

@@ -610,7 +610,7 @@ string CHeartBeatFSM::HandShakeJsonStr() {
 
 	
 	jsonStr = fw.write(root);
-	DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("HandShakeJsonStr")("HandShakeJsonStr=%s", jsonStr.c_str());
+	//DbgWithLink(LOG_LEVEL_INFO, LOG_TYPE_SYSTEM).setAPI("HandShakeJsonStr")("HandShakeJsonStr=%s", jsonStr.c_str());
 	return jsonStr;
 }