From e495b4a13d7ce7206e23124c42d7224a129d5d44 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Fri, 5 Oct 2018 21:11:57 +0200 Subject: [PATCH] src/utils_format_json.c: Remove chatty debug messages. --- src/utils_format_json.c | 7 ------- 1 file changed, 7 deletions(-) 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 */ -- 2.11.0