Removed silly outputs for debugging purposes.

This commit is contained in:
enn0x 2010-11-02 23:39:44 +00:00
parent 97022c2df0
commit f13c9097af

View File

@ -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);