summaryrefslogtreecommitdiff
path: root/src/qcommon/net_ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon/net_ip.c')
-rw-r--r--src/qcommon/net_ip.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qcommon/net_ip.c b/src/qcommon/net_ip.c
index 651fd4d3..882562e9 100644
--- a/src/qcommon/net_ip.c
+++ b/src/qcommon/net_ip.c
@@ -1303,8 +1303,6 @@ static void NET_GetLocalAddress( void ) {
if(gethostname( hostname, 256 ) == SOCKET_ERROR)
return;
- Com_Printf( "Hostname: %s\n", hostname );
-
memset(&hint, 0, sizeof(hint));
hint.ai_family = AF_UNSPEC;