From 40b9a89632b7418a4d584f76c01f36d3181f79db Mon Sep 17 00:00:00 2001 From: Roger Hughston Date: Wed, 29 Jun 2005 18:26:52 +0000 Subject: [PATCH] Removed some debug printf from the interigate incude file. --- dtool/src/interrogatedb/py_panda.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dtool/src/interrogatedb/py_panda.h b/dtool/src/interrogatedb/py_panda.h index 2fcb9f82ba..9ccd1f3155 100755 --- a/dtool/src/interrogatedb/py_panda.h +++ b/dtool/src/interrogatedb/py_panda.h @@ -550,10 +550,7 @@ DTOOL_C_LINKAGE inline Dtool_PyTypedObject * Dtool_RuntimeTypeDtoolType(int typ di = GetRunTimeDictionary().find(type2); if(di != GetRunTimeDictionary().end()) return di->second; - - printf("Looking For RunTime Type %d Failed Reverting to base type\n",type); } - 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) { PyErr_SetString(PyExc_TypeError, "PyType_Ready(Dtool_DTOOL_SUPPER_BASE)"); - printf(" Error In Dtool_DTOOL_SUPPER_BASE"); return; } Py_INCREF(&Dtool_DTOOL_SUPPER_BASE.As_PyTypeObject());