From a6ec5c80fce77ddda6b6c7d9a5fdc84d17821629 Mon Sep 17 00:00:00 2001 From: hufeng Date: Sat, 19 Mar 2022 17:44:09 +0800 Subject: [PATCH] Remove the unuseful json file log Signed-off-by: hufeng Change-Id: Ib541cf3b9970374eac63ebbf3cc621522838062c --- ts2panda/ts2abc/ts2abc.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ts2panda/ts2abc/ts2abc.cpp b/ts2panda/ts2abc/ts2abc.cpp index 8eecc72a3d..9c696a89ae 100644 --- a/ts2panda/ts2abc/ts2abc.cpp +++ b/ts2panda/ts2abc/ts2abc.cpp @@ -1310,8 +1310,6 @@ bool HandleJsonFile(const std::string &input, std::string &data) data = buf.data(); buf.clear(); file.close(); - Logd(data.c_str()); - Logd("----------------------------------"); return true; } -- Gitee