mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-14 13:50:04 +00:00
Cancel built time print changes
This commit is contained in:
parent
fd40544637
commit
e793bd22bb
@ -10738,9 +10738,7 @@ initpybullet(void)
|
||||
SpamError = PyErr_NewException("pybullet.error", NULL, NULL);
|
||||
Py_INCREF(SpamError);
|
||||
PyModule_AddObject(m, "error", SpamError);
|
||||
#ifndef NDEBUG
|
||||
printf("pybullet build time: %s %s\n", __DATE__, __TIME__);
|
||||
#endif
|
||||
|
||||
Py_AtExit(b3pybulletExitFunc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user