oops, forgot to remove debug code

This commit is contained in:
Chris Ison 2001-06-12 12:34:59 +00:00
parent 75fe232052
commit 3526371ff0

View file

@ -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;
}