diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index 57be1970..d7f91c89 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -2396,7 +2396,6 @@ TEH_DB_execute_payback (struct MHD_Connection *connection, if ( (0 == amount.fraction) && (0 == amount.value) ) { - GNUNET_break_op (0); TEH_plugin->rollback (TEH_plugin->cls, session); ret = TEH_RESPONSE_reply_coin_insufficient_funds (connection, |