diff --git a/ts2panda/ts2abc/ts2abc.cpp b/ts2panda/ts2abc/ts2abc.cpp index 50d9c60b0729a0cd58ccf6ad79cd5c1e85d2d764..799cf9e26aecc4ff80bfce46624ae5591ba771ee 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; }