commit 3bb757b3a7bddbd132805dc1147158b40238e543
parent 00612f5e19582db782832c69d093049c5f75dd9b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 30 Jan 2016 13:49:27 +0100
-remove empty lines
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c
@@ -608,12 +608,10 @@ keys_completed_cb (void *cls,
resp_obj = MAC_download_get_result (&kr->db,
eh,
&response_code);
-
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Received keys from URL `%s' with status %ld.\n",
kr->url,
response_code);
-
switch (response_code) {
case 0:
break;