-even nicer outputs

This commit is contained in:
Christian Grothoff 2021-08-03 14:36:14 +02:00
parent 65b113e06b
commit 705afeb9cc
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
2 changed files with 0 additions and 2 deletions

View File

@ -195,7 +195,6 @@ handle_credit_history_finished (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Unexpected response code %u\n",
(unsigned int) response_code);
GNUNET_break_op (0);
ec = TALER_JSON_get_error_code (j);
break;
}

View File

@ -200,7 +200,6 @@ handle_debit_history_finished (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Unexpected response code %u\n",
(unsigned int) response_code);
GNUNET_break_op (0);
ec = TALER_JSON_get_error_code (j);
break;
}