diff --git a/panda/src/physx/physxScene.cxx b/panda/src/physx/physxScene.cxx index 440d1a36a4..6b19844a56 100644 --- a/panda/src/physx/physxScene.cxx +++ b/panda/src/physx/physxScene.cxx @@ -241,12 +241,6 @@ simulate(float dt) { void PhysxScene:: fetch_results() { -#ifdef NX64 - cout << "<64bit>"; -#else - cout << "<32bit>"; -#endif - nassertv(_error_type == ET_ok); nassertv(_ptr != NULL);