diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c index 5e92611a7..ef4b3bf0f 100644 --- a/src/exchange/taler-exchange-httpd_keys.c +++ b/src/exchange/taler-exchange-httpd_keys.c @@ -639,11 +639,6 @@ helper_denom_cb ( { /* should be just an update (revocation!), so update existing entry */ hd->validity_duration = validity_duration; - GNUNET_break (start_time.abs_value_us == - hd->start_time.abs_value_us); - GNUNET_break (0 == - strcasecmp (section_name, - hd->section_name)); return; } GNUNET_assert (NULL != sm_pub);