From e793bd22bb700e15c1e0caed48e821338efc3258 Mon Sep 17 00:00:00 2001 From: xantares Date: Tue, 15 Jan 2019 10:24:11 +0100 Subject: [PATCH] Cancel built time print changes --- examples/pybullet/pybullet.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/pybullet/pybullet.c b/examples/pybullet/pybullet.c index 9763d89e7..b506fa183 100644 --- a/examples/pybullet/pybullet.c +++ b/examples/pybullet/pybullet.c @@ -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);