From fa3a23eb24379ef6d1ec642321162bc1266bb6c0 Mon Sep 17 00:00:00 2001 From: hufeng Date: Sat, 19 Mar 2022 17:44:09 +0800 Subject: [PATCH] fixed a6ec5c8 from https://gitee.com/hufeng20/ark_ts2abc/pulls/169 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 50d9c60b07..799cf9e26a 100644 --- a/ts2panda/ts2abc/ts2abc.cpp +++ b/ts2panda/ts2abc/ts2abc.cpp @@ -1176,8 +1176,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