uxc: remove debugging left-over
authorDaniel Golle <daniel@makrotopia.org>
Thu, 30 Jul 2020 11:58:42 +0000 (12:58 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 30 Jul 2020 15:40:32 +0000 (16:40 +0100)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
uxc.c

diff --git a/uxc.c b/uxc.c
index a0fd310674ee72e516735880339be0c9e70c5698..b0860a5e560f251e066e7d9c3dbf936d36c508b2 100644 (file)
--- 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);