Removed ugly printf
This commit is contained in:
parent
1f572a2ac0
commit
2e3035f354
@ -339,10 +339,6 @@ int cw_msgset_add(struct cw_MsgSet *set,
|
|||||||
{
|
{
|
||||||
mavliter_t it;
|
mavliter_t it;
|
||||||
cw_dbg(DBG_MOD," Known types:");
|
cw_dbg(DBG_MOD," Known types:");
|
||||||
|
|
||||||
printf("TYPES TREE ITER %p\n",set->types_tree);
|
|
||||||
|
|
||||||
|
|
||||||
mavliter_init(&it,set->types_tree);
|
mavliter_init(&it,set->types_tree);
|
||||||
mavliter_foreach(&it){
|
mavliter_foreach(&it){
|
||||||
struct cw_Type * t = mavliter_get_ptr(&it);
|
struct cw_Type * t = mavliter_get_ptr(&it);
|
||||||
|
Loading…
Reference in New Issue
Block a user