Remove a debug print.

This commit is contained in:
Bill Currie 2011-04-10 09:14:28 +09:00
parent c7612dcd99
commit 9e15e2cd76

View file

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