remove debug line

git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@262 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
Bill Adams 2002-10-18 03:15:39 +00:00 committed by evilbill
parent 3f4032047e
commit 3852bfd39b

View File

@ -1609,8 +1609,6 @@ static void q3_analyze_serverinfo (struct server *s) {
}
else if (strcmp (*info_ptr, "g_needpass") == 0) {
n = strtol (info_ptr[1], NULL, 10);
printf( "Need Pass: %s %d\n", info_ptr[1], n );
if ((n & 1) != 0)
s->flags |= SERVER_PASSWORD;
if ((n & 2) != 0)