summaryrefslogtreecommitdiff
path: root/test/test_exporter_json.cpp
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2023-08-15 16:51:21 +0800
committerchenzizhan <[email protected]>2023-08-15 16:51:21 +0800
commit586c89010bce3c21e522d0c0cc6556d642d5bad4 (patch)
tree0eefca581300e0c9a6ceaeb8391888f13ff14b43 /test/test_exporter_json.cpp
parentcabd1347f86a0235ab4b367b1d8a73c0be5ed170 (diff)
TSG-16655: no printfv4.0.6
Diffstat (limited to 'test/test_exporter_json.cpp')
-rw-r--r--test/test_exporter_json.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_exporter_json.cpp b/test/test_exporter_json.cpp
index 8fdee94..d64b913 100644
--- a/test/test_exporter_json.cpp
+++ b/test/test_exporter_json.cpp
@@ -119,7 +119,6 @@ cJSON *test_exporter_extract_results_with_standard_global(const struct fieldstat
char *json_string = fieldstat_json_exporter_export(fieldstat_json_exporter);
cJSON *root_arr = cJSON_Parse(json_string);
- printf("test, fieldstat_json_exporter_export json_string: %s\n", json_string);
free(json_string);
fieldstat_json_exporter_free(fieldstat_json_exporter);
@@ -132,7 +131,6 @@ cJSON *test_exporter_extract_results(const struct fieldstat *instance)
char *json_string = fieldstat_json_exporter_export(fieldstat_json_exporter);
cJSON *root_arr = cJSON_Parse(json_string);
- printf("test, fieldstat_json_exporter_export json_string: %s\n", json_string);
free(json_string);
fieldstat_json_exporter_free(fieldstat_json_exporter);