Remove the unuseful json file log

Signed-off-by: hufeng <hufeng20@huawei.com>
Change-Id: Ib541cf3b9970374eac63ebbf3cc621522838062c
This commit is contained in:
hufeng
2022-03-19 17:44:09 +08:00
parent 182369733e
commit a6ec5c80fc
-2
View File
@@ -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;
}