-even nicer outputs
This commit is contained in:
parent
65b113e06b
commit
705afeb9cc
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user