From 44bafe0a325768e8cf8cf04e7802804961751865 Mon Sep 17 00:00:00 2001 From: James R Date: Tue, 31 Aug 2021 20:00:20 -0700 Subject: [PATCH] Remove debug print --- src/d_net.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/d_net.c b/src/d_net.c index 6906ac123..ecf446529 100644 --- a/src/d_net.c +++ b/src/d_net.c @@ -1225,8 +1225,6 @@ SINT8 I_NetMakeNode(const char *hostname) // retrieve portnum from address! hostname = I_NetSplitAddress(localhostname, &port); - CONS_Printf("%s %s\n", hostname, port); - newnode = I_NetMakeNodewPort(hostname, port); free(localhostname); }