diff --git a/ts2panda/ts2abc/ts2abc.cpp b/ts2panda/ts2abc/ts2abc.cpp index 8eecc72a3d78d4651267482517c2946c7c38e8d3..9c696a89ae97307c89c837597efbf90bc3c08393 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; }