aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/stats.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stats.c b/src/stats.c
index 0d81584e..05a452fd 100644
--- a/src/stats.c
+++ b/src/stats.c
@@ -1231,9 +1231,6 @@ stats_print(void (*write_cb)(void *, const char *), void *cbopaque,
if (general) {
stats_general_print(&emitter);
}
- if (json) {
- malloc_cprintf(write_cb, cbopaque, "\n");
- }
if (config_stats) {
stats_print_helper(&emitter, merged, destroyed, unmerged,
bins, large, mutex);