mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +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))
|
if (Hash_FindElement (targets, targ))
|
||||||
return self;
|
return self;
|
||||||
printf ("adding %s:%s\n", [targ valueForQKey: "classname"],
|
|
||||||
[targ valueForQKey: "targetname"]);
|
|
||||||
Hash_Add (targets, targ);
|
Hash_Add (targets, targ);
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue