From 09b0098b3b092cb28435c8d550c2f7b30bf53e0a Mon Sep 17 00:00:00 2001
From: yy1717 <fctom1215@outlook.com>
Date: 星期三, 15 一月 2020 18:28:14 +0800
Subject: [PATCH] updatec

---
 lib/src/main/cpp/master/comm_if.cpp |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/lib/src/main/cpp/master/comm_if.cpp b/lib/src/main/cpp/master/comm_if.cpp
index 9f379ef..50236fc 100644
--- a/lib/src/main/cpp/master/comm_if.cpp
+++ b/lib/src/main/cpp/master/comm_if.cpp
@@ -218,13 +218,6 @@
 
     writer.StartArray();
 
-    for (int i = 0; i < 3; ++i) {
-        writer.StartObject();               // Between StartObject()/EndObject(),
-        writer.Key("wrong_id");                // output a key,
-        writer.Int(i+1);
-        writer.EndObject();
-    }
-
     for (vector<ExamFault>::iterator iter = ExamFaultList.begin(); iter != ExamFaultList.end(); ++iter) {
         writer.StartObject();
 
@@ -317,9 +310,7 @@
     writer.EndArray();
     writer.EndObject();
 
-    uint32_t a = AppTimer_GetTickCount();
     SendMsgToMainProc(ID_SM_CAR, sb.GetString());
-    DEBUG("鑰楁椂 %ld", AppTimer_GetTickCount() - a);
 }
 
 void MA_MainProcMsgEntry(int cmd, const char *value)

--
Gitblit v1.8.0