aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-06-11 09:41:50 +0000
committerChristian Grothoff <christian@grothoff.org>2014-06-11 09:41:50 +0000
commita111a1f9a92a74e281fa521325e7df6d52282c9e (patch)
treed79a845cfc5819fa552dc0aad32edd34b18f3eb7 /src/transport/plugin_transport_tcp.c
parent76f59c84dc977f8697469a84a15cf6604e92b3cb (diff)
downloadgnunet-a111a1f9a92a74e281fa521325e7df6d52282c9e.tar.gz
gnunet-a111a1f9a92a74e281fa521325e7df6d52282c9e.zip
-fix
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 1a9473f46..31100d748 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1721,9 +1721,6 @@ append_port (void *cls,
1721 struct PrettyPrinterContext *ppc = cls; 1721 struct PrettyPrinterContext *ppc = cls;
1722 char *ret; 1722 char *ret;
1723 1723
1724 fprintf (stderr,
1725 "Got HN: %s\n",
1726 hostname);
1727 if (NULL == hostname) 1724 if (NULL == hostname)
1728 { 1725 {
1729 /* Final call, done */ 1726 /* Final call, done */