left in print

This commit is contained in:
Campbell Barton 2009-11-20 21:00:09 +00:00
parent 34e7eb1676
commit acf0fbbf70

@ -3610,7 +3610,6 @@ int pyrna_deferred_register_props(StructRNA *srna, PyObject *class_dict)
order= PyDict_GetItemString(class_dict, "order");
if(order && PyList_Check(order)) {
printf("using order\n");
for(pos= 0; pos<PyList_GET_SIZE(order); pos++) {
key= PyList_GET_ITEM(order, pos);
item= PyDict_GetItem(class_dict, key);