mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-31 13:10:34 +00:00
[cvar] Remove a debug print
This commit is contained in:
parent
520371a3aa
commit
c72b04a522
1 changed files with 0 additions and 1 deletions
|
@ -332,7 +332,6 @@ Cvar_CompleteBuildList (const char *partial)
|
|||
// criteron for a match
|
||||
Hash_ForEach (calias_hash, cvar_match_copy, &ctx);
|
||||
ctx.list[ctx.index] = 0;
|
||||
fprintf (stderr, "%d %d\n", num_matches, ctx.index);
|
||||
heapsort (ctx.list, ctx.index, sizeof (char *), cvar_cmp_name);
|
||||
return ctx.list;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue