Skip to content

Commit

Permalink
lightningd/plugin: remove a trailing debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Jan 6, 2020
1 parent 7a90ff5 commit 9ff7260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightningd/plugin.c
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ void json_add_opt_plugins(struct json_stream *response,

/* FIXME: use executables basename until plugins can define their names */
plugin_name = path_basename(NULL, p->cmd);
json_add_string(response, "name", plugin_name); // basename(p->cmd));
json_add_string(response, "name", plugin_name);
tal_free(plugin_name);

if (!list_empty(&p->plugin_opts)) {
Expand Down

0 comments on commit 9ff7260

Please sign in to comment.