Remove a debug print.

This commit is contained in:
Bill Currie 2011-04-10 09:14:28 +09:00
parent c7612dcd99
commit 9e15e2cd76
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}