remove some debug prints

This commit is contained in:
Bill Currie 2004-01-09 22:28:02 +00:00
parent 1bfef95a29
commit 1e20043bf3
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ qfs_find_gamedir (const char *name, hashtab_t *dirs)
dictkey_t **list = (dictkey_t **) Hash_GetList (qfs_gd_plist->data);
dictkey_t **l;
for (l = list; *l; l++)
puts((*l)->key);
;
qsort (list, l - list, sizeof (char *), qfs_compare);
while (l-- != list) {
if (!fnmatch ((*l)->key, name, 0)) {