From 91497b7ee56da31aca5b5a189d48043a1b9d1622 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Tue, 3 Aug 2021 11:57:05 +0200 Subject: [PATCH] hsmd: Remove duplicate status message for incoming messages --- hsmd/hsmd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hsmd/hsmd.c b/hsmd/hsmd.c index 780898449..9e038539c 100644 --- a/hsmd/hsmd.c +++ b/hsmd/hsmd.c @@ -617,8 +617,6 @@ static struct io_plan *handle_client(struct io_conn *conn, struct client *c) { enum hsmd_wire t = fromwire_peektype(c->msg_in); - status_debug("Client: Received message %d from client", t); - /* Before we do anything else, is this client allowed to do * what he asks for? */ if (!hsmd_check_client_capabilities(c->hsmd_client, t))