mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-26 14:43:50 -04:00
interrogate: Squelch weird "Manifests" output from interrogate_module
This commit is contained in:
parent
8cdac14db3
commit
657a8f890c
@ -237,7 +237,7 @@ generate_wrappers() {
|
||||
|
||||
int num_global_elements = idb->get_num_global_elements();
|
||||
for (int gi = 0; gi < num_global_elements; ++gi) {
|
||||
printf(" Global Type = %d", gi);
|
||||
//printf(" Global Type = %d", gi);
|
||||
TypeIndex type_index = idb->get_global_element(gi);
|
||||
record_object(type_index);
|
||||
}
|
||||
@ -256,12 +256,12 @@ generate_wrappers() {
|
||||
FunctionIndex func_index = iman.get_getter();
|
||||
record_function(dummy_type, func_index);
|
||||
}
|
||||
printf(" Manifests %d\n", mi);
|
||||
//printf(" Manifests %d\n", mi);
|
||||
}
|
||||
|
||||
int num_elements = idb->get_num_global_elements();
|
||||
for (int ei = 0; ei < num_elements; ei++) {
|
||||
printf(" Element %d\n", ei);
|
||||
//printf(" Element %d\n", ei);
|
||||
|
||||
ElementIndex element_index = idb->get_global_element(ei);
|
||||
const InterrogateElement &ielement = idb->get_element(element_index);
|
||||
|
Loading…
x
Reference in New Issue
Block a user