mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Removed some debug printf from the interigate incude file.
This commit is contained in:
parent
f5be1d28dd
commit
40b9a89632
@ -550,10 +550,7 @@ DTOOL_C_LINKAGE inline Dtool_PyTypedObject * Dtool_RuntimeTypeDtoolType(int typ
|
|||||||
di = GetRunTimeDictionary().find(type2);
|
di = GetRunTimeDictionary().find(type2);
|
||||||
if(di != GetRunTimeDictionary().end())
|
if(di != GetRunTimeDictionary().end())
|
||||||
return di->second;
|
return di->second;
|
||||||
|
|
||||||
printf("Looking For RunTime Type %d Failed Reverting to base type\n",type);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
};
|
};
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
@ -860,7 +857,6 @@ inline void __cdecl Dtool_PyModuleClassInit_DTOOL_SUPPER_BASE(PyObject *module)
|
|||||||
if(PyType_Ready(&Dtool_DTOOL_SUPPER_BASE.As_PyTypeObject()) < 0)
|
if(PyType_Ready(&Dtool_DTOOL_SUPPER_BASE.As_PyTypeObject()) < 0)
|
||||||
{
|
{
|
||||||
PyErr_SetString(PyExc_TypeError, "PyType_Ready(Dtool_DTOOL_SUPPER_BASE)");
|
PyErr_SetString(PyExc_TypeError, "PyType_Ready(Dtool_DTOOL_SUPPER_BASE)");
|
||||||
printf(" Error In Dtool_DTOOL_SUPPER_BASE");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Py_INCREF(&Dtool_DTOOL_SUPPER_BASE.As_PyTypeObject());
|
Py_INCREF(&Dtool_DTOOL_SUPPER_BASE.As_PyTypeObject());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user