aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-01-11 19:48:15 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-01-11 19:48:15 +0000
commit65c06e4a6d06d943d085bd7a0792831982cbf555 (patch)
treea5430c80122d5d79cd541e44d6cc3408dc8209b3 /src/namestore
parenta393dbd7b27c62ebd101113b361560a477404bf5 (diff)
downloadgnunet-65c06e4a6d06d943d085bd7a0792831982cbf555.tar.gz
gnunet-65c06e4a6d06d943d085bd7a0792831982cbf555.zip
-remove debug output
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/plugin_rest_namestore.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/namestore/plugin_rest_namestore.c b/src/namestore/plugin_rest_namestore.c
index dfad24d3c..48de1a7e5 100644
--- a/src/namestore/plugin_rest_namestore.c
+++ b/src/namestore/plugin_rest_namestore.c
@@ -499,9 +499,6 @@ create_new_record_cont (void *cls,
499 return; 499 return;
500 } 500 }
501 501
502 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
503 "Received %u records for name `%s'\n",
504 rd_count, rec_name);
505 if (0 != rd_count) 502 if (0 != rd_count)
506 { 503 {
507 handle->proc (handle->proc_cls, 504 handle->proc (handle->proc_cls,
@@ -1087,10 +1084,8 @@ testservice_id_task (void *cls, int result)
1087 GNUNET_asprintf (&handle->ego_name, "%s", ego); 1084 GNUNET_asprintf (&handle->ego_name, "%s", ego);
1088 if (NULL != name) 1085 if (NULL != name)
1089 GNUNET_asprintf (&handle->name, "%s", name); 1086 GNUNET_asprintf (&handle->name, "%s", name);
1090 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%s\n", handle->ego_name);
1091 if (NULL == handle->ego_name) 1087 if (NULL == handle->ego_name)
1092 { 1088 {
1093 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "%s\n", handle->ego_name);
1094 handle->identity_handle = GNUNET_IDENTITY_connect (handle->cfg, &id_connect_cb, handle); 1089 handle->identity_handle = GNUNET_IDENTITY_connect (handle->cfg, &id_connect_cb, handle);
1095 if (NULL == handle->identity_handle) 1090 if (NULL == handle->identity_handle)
1096 { 1091 {