json-rpc: Remove alarming debug statement

People keep on stumbling over this, since it's rather alarming.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2018-01-26 18:11:42 +01:00 committed by Rusty Russell
parent 3d2ef44064
commit a7a6b4646a
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ struct json_output {
/* jcon and cmd have separate lifetimes: we detach them on either destruction */
static void destroy_jcon(struct json_connection *jcon)
{
log_debug(jcon->log, "Closing (%s)", strerror(errno));
if (jcon->current) {
log_unusual(jcon->log, "Abandoning current command");
jcon->current->jcon = NULL;