aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-21 08:16:18 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-21 08:16:18 +0000
commit73ae6c62217f8442033e44fa8de9bdc2059a5423 (patch)
treeefeec5269ce953d710f9e07f73918f1bc70b6dfd /src/gns
parentaf028b15c2019dd91837edb60b7f4ae09ebc4d02 (diff)
downloadgnunet-73ae6c62217f8442033e44fa8de9bdc2059a5423.tar.gz
gnunet-73ae6c62217f8442033e44fa8de9bdc2059a5423.zip
remove debug output
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gnunet-service-gns_resolver.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gns/gnunet-service-gns_resolver.c b/src/gns/gnunet-service-gns_resolver.c
index 71af82d01..8393c8b16 100644
--- a/src/gns/gnunet-service-gns_resolver.c
+++ b/src/gns/gnunet-service-gns_resolver.c
@@ -1355,10 +1355,6 @@ handle_gns_resolution_result (void *cls,
1355 rh->ac_tail->label, 1355 rh->ac_tail->label,
1356 GNUNET_GNSRECORD_z2s (&rh->ac_tail->authority_info.gns_authority), 1356 GNUNET_GNSRECORD_z2s (&rh->ac_tail->authority_info.gns_authority),
1357 rd_count); 1357 rd_count);
1358
1359 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1360 "%u \n\n",
1361 rh->name_resolution_pos);
1362 if (0 == rh->name_resolution_pos) 1358 if (0 == rh->name_resolution_pos)
1363 { 1359 {
1364 /* top-level match, are we done yet? */ 1360 /* top-level match, are we done yet? */