From: Florian Forster Date: Fri, 5 Oct 2018 19:11:57 +0000 (+0200) Subject: src/utils_format_json.c: Remove chatty debug messages. X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=e495b4a13d7ce7206e23124c42d7224a129d5d44 src/utils_format_json.c: Remove chatty debug messages. --- diff --git a/src/utils_format_json.c b/src/utils_format_json.c index eae0b18f..49aa2299 100644 --- a/src/utils_format_json.c +++ b/src/utils_format_json.c @@ -145,7 +145,6 @@ static int values_to_json(char *buffer, size_t buffer_size, /* {{{ */ #undef BUFFER_ADD - DEBUG("format_json: values_to_json: buffer = %s;", buffer); sfree(rates); return 0; } /* }}} int values_to_json */ @@ -179,8 +178,6 @@ static int dstypes_to_json(char *buffer, size_t buffer_size, /* {{{ */ #undef BUFFER_ADD - DEBUG("format_json: dstypes_to_json: buffer = %s;", buffer); - return 0; } /* }}} int dstypes_to_json */ @@ -213,8 +210,6 @@ static int dsnames_to_json(char *buffer, size_t buffer_size, /* {{{ */ #undef BUFFER_ADD - DEBUG("format_json: dsnames_to_json: buffer = %s;", buffer); - return 0; } /* }}} int dsnames_to_json */ @@ -378,8 +373,6 @@ static int value_list_to_json(char *buffer, size_t buffer_size, /* {{{ */ #undef BUFFER_ADD_KEYVAL #undef BUFFER_ADD - DEBUG("format_json: value_list_to_json: buffer = %s;", buffer); - return 0; } /* }}} int value_list_to_json */