diff options
Diffstat (limited to 'test/test_exporter_json.cpp')
| -rw-r--r-- | test/test_exporter_json.cpp | 2 |
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); |
