aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/plugin_rest_identity_provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity-provider/plugin_rest_identity_provider.c')
-rw-r--r--src/identity-provider/plugin_rest_identity_provider.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/identity-provider/plugin_rest_identity_provider.c b/src/identity-provider/plugin_rest_identity_provider.c
index 771f6d7bd..cb0d6666e 100644
--- a/src/identity-provider/plugin_rest_identity_provider.c
+++ b/src/identity-provider/plugin_rest_identity_provider.c
@@ -66,7 +66,6 @@
66 */ 66 */
67#define GNUNET_REST_JSONAPI_IDENTITY_PROVIDER_TOKEN "token" 67#define GNUNET_REST_JSONAPI_IDENTITY_PROVIDER_TOKEN "token"
68 68
69
70/** 69/**
71 * The URL parameter name in which the nonce must be provided 70 * The URL parameter name in which the nonce must be provided
72 */ 71 */
@@ -783,7 +782,6 @@ exchange_cont (void *cls,
783 GNUNET_free (token_str); 782 GNUNET_free (token_str);
784 783
785 result = json_dumps (root, JSON_INDENT(1)); 784 result = json_dumps (root, JSON_INDENT(1));
786 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%s\n", result);
787 resp = GNUNET_REST_create_json_response (result); 785 resp = GNUNET_REST_create_json_response (result);
788 GNUNET_free (result); 786 GNUNET_free (result);
789 handle->proc (handle->proc_cls, resp, MHD_HTTP_OK); 787 handle->proc (handle->proc_cls, resp, MHD_HTTP_OK);