mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-20 18:52:28 +00:00
Remove a debug print.
This commit is contained in:
parent
c7612dcd99
commit
9e15e2cd76
1 changed files with 0 additions and 2 deletions
|
@ -232,8 +232,6 @@ map_targets_compare (void *_e1, void *_e2, void *unused)
|
|||
{
|
||||
if (Hash_FindElement (targets, targ))
|
||||
return self;
|
||||
printf ("adding %s:%s\n", [targ valueForQKey: "classname"],
|
||||
[targ valueForQKey: "targetname"]);
|
||||
Hash_Add (targets, targ);
|
||||
return self;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue