mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
oops, forgot to remove debug code
This commit is contained in:
parent
75fe232052
commit
3526371ff0
1 changed files with 0 additions and 1 deletions
|
@ -391,7 +391,6 @@ SL_Sort (server_entry_t *sort)
|
|||
i++;
|
||||
if (toupper(p->desc[i]) > toupper(q->desc[i]))
|
||||
{
|
||||
Con_Printf("%i <-> %s <-> %s\n", i, p->desc, q->desc);
|
||||
SL_Swap(p,q);
|
||||
q = p;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue