From 2ae5cbcf1d4509837a16eceafca374e9bf0ea850 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Thu, 30 Jul 2020 12:58:42 +0100 Subject: [PATCH] uxc: remove debugging left-over Signed-off-by: Daniel Golle --- uxc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uxc.c b/uxc.c index a0fd310..b0860a5 100644 --- a/uxc.c +++ b/uxc.c @@ -499,7 +499,6 @@ static int uxc_kill(char *name, int signal) blob_buf_init(&req, 0); blobmsg_add_u32(&req, "signal", signal); blobmsg_add_string(&req, "name", name); - printf("%s\n", blobmsg_format_json_indent(req.head, true, 0)); asprintf(&objname, "container.%s", name); ret = ubus_lookup_id(ctx, objname, &id); -- 2.30.2