lib/portableproplib/prop_array.c: comment out another debug printf.
This commit is contained in:
parent
3290df5d62
commit
2153c87464
@ -640,7 +640,7 @@ _prop_array_add_first(prop_array_t pa, prop_object_t po)
|
|||||||
prop_object_retain(opo);
|
prop_object_retain(opo);
|
||||||
pa->pa_array[cnt] = opo;
|
pa->pa_array[cnt] = opo;
|
||||||
prop_object_release(opo);
|
prop_object_release(opo);
|
||||||
printf("%s: po %p\n", __func__, pa->pa_array[cnt]);
|
//printf("%s: po %p\n", __func__, pa->pa_array[cnt]);
|
||||||
}
|
}
|
||||||
/* passed in object is now the first element */
|
/* passed in object is now the first element */
|
||||||
pa->pa_array[0] = po;
|
pa->pa_array[0] = po;
|
||||||
|
Loading…
Reference in New Issue
Block a user