Skip to content

Commit

Permalink
json-rpc: Remove alarming debug statement
Browse files Browse the repository at this point in the history
People keep on stumbling over this, since it's rather alarming.

Signed-off-by: Christian Decker <[email protected]>
  • Loading branch information
cdecker authored and rustyrussell committed Jan 27, 2018
1 parent 3d2ef44 commit a7a6b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lightningd/jsonrpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a7a6b46

Please sign in to comment.