summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-19 16:59:52 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-19 16:59:52 +0100
commitf02775e27344220bde40bc774281171c3afb33de (patch)
tree234ca0b81464bd186edefa8dcec16d83bd5f6c60
parent85f603090be497aba01dd74cef844b65cc60372d (diff)
downloadexchange-f02775e27344220bde40bc774281171c3afb33de.tar.gz
exchange-f02775e27344220bde40bc774281171c3afb33de.tar.bz2
exchange-f02775e27344220bde40bc774281171c3afb33de.zip
remove debug logic
-rw-r--r--src/lib/auditor_api_handle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c
index bc36fc910..85f42c3f6 100644
--- a/src/lib/auditor_api_handle.c
+++ b/src/lib/auditor_api_handle.c
@@ -470,7 +470,6 @@ request_version (void *cls)
struct VersionRequest *vr;
CURL *eh;
- abort ();
auditor->retry_task = NULL;
GNUNET_assert (NULL == auditor->vr);
vr = GNUNET_new (struct VersionRequest);