diff --git a/lib/northbound.c b/lib/northbound.c index 69b96d365693..be49d92841ab 100644 --- a/lib/northbound.c +++ b/lib/northbound.c @@ -906,11 +906,6 @@ void nb_candidate_edit_config_changes( if (error && *error) { char buf[BUFSIZ]; - /* - * Failure to edit the candidate configuration should never - * happen in practice, unless there's a bug in the code. When - * that happens, log the error but otherwise ignore it. - */ snprintf(err_buf, err_bufsize, "%% Failed to edit configuration.\n\n%s", yang_print_errors(ly_native_ctx, buf, sizeof(buf)));