From 3efc5ce5e6f639e50894e7b9e69b6e2408875db6 Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 14 Mar 2022 16:39:57 +0530 Subject: [PATCH] Fix verbose logging in module test --- test/files/usr/libexec/rpcd/proxd | 1 - 1 file changed, 1 deletion(-) diff --git a/test/files/usr/libexec/rpcd/proxd b/test/files/usr/libexec/rpcd/proxd index a84532fc..2b038a3c 100755 --- a/test/files/usr/libexec/rpcd/proxd +++ b/test/files/usr/libexec/rpcd/proxd @@ -17,7 +17,6 @@ case "$1" in json_get_var path path json_init json_add_string "Description" "$path" - json_dump >/dev/console json_dump ;; esac