浏览代码

Removed silly outputs for debugging purposes.

enn0x 15 年之前
父节点
当前提交
f13c9097af
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      panda/src/physx/physxScene.cxx

+ 0 - 6
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);