Browse Source

Removed silly outputs for debugging purposes.

enn0x 15 years ago
parent
commit
f13c9097af
1 changed files with 0 additions and 6 deletions
  1. 0 6
      panda/src/physx/physxScene.cxx

+ 0 - 6
panda/src/physx/physxScene.cxx

@@ -241,12 +241,6 @@ simulate(float dt) {
 void PhysxScene::
 void PhysxScene::
 fetch_results() {
 fetch_results() {
 
 
-#ifdef NX64
-  cout << "<64bit>";
-#else
-  cout << "<32bit>";
-#endif
-
   nassertv(_error_type == ET_ok);
   nassertv(_error_type == ET_ok);
   nassertv(_ptr != NULL);
   nassertv(_ptr != NULL);