mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-12-21 02:10:39 +00:00
Remove debug print
This commit is contained in:
parent
0422870df8
commit
44bafe0a32
1 changed files with 0 additions and 2 deletions
|
@ -1225,8 +1225,6 @@ SINT8 I_NetMakeNode(const char *hostname)
|
||||||
// retrieve portnum from address!
|
// retrieve portnum from address!
|
||||||
hostname = I_NetSplitAddress(localhostname, &port);
|
hostname = I_NetSplitAddress(localhostname, &port);
|
||||||
|
|
||||||
CONS_Printf("%s %s\n", hostname, port);
|
|
||||||
|
|
||||||
newnode = I_NetMakeNodewPort(hostname, port);
|
newnode = I_NetMakeNodewPort(hostname, port);
|
||||||
free(localhostname);
|
free(localhostname);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue