Commit ca8a2f7b authored by oscar's avatar oscar

去除多余打印

parent 39f4bbda
...@@ -410,7 +410,7 @@ void EventsRos::SendEventsCb(TrkObjsPtr& outs) ...@@ -410,7 +410,7 @@ void EventsRos::SendEventsCb(TrkObjsPtr& outs)
std::stringstream ss; std::stringstream ss;
jf_ajson::save_to(ss, *outs); jf_ajson::save_to(ss, *outs);
std::string body = std::move(ss.str()); std::string body = std::move(ss.str());
SDK_LOG(SDK_INFO, "[GHTTP] send traffic url=%s, objs=%s", m_Url.c_str(), body.c_str()); //SDK_LOG(SDK_INFO, "[GHTTP] send traffic url=%s, objs=%s", m_Url.c_str(), body.c_str());
HttpClientCURL::post_json(m_Url, body, response); HttpClientCURL::post_json(m_Url, body, response);
//SDK_LOG(SDK_INFO, "post receive body=%s", response.c_str()); //SDK_LOG(SDK_INFO, "post receive body=%s", response.c_str());
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment