diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 09:35:07 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-08-24 14:59:01 +0200 |
| commit | 52466d57e9c2897c40698a09482e5e7de230368f (patch) | |
| tree | 54ff3bb78961ca5d8120cc7e6abe91f5c99d92b7 /scene/2d/physics_body_2d.cpp | |
| parent | d442f3d0aa4185f154bee396efaf24ceb73c9d84 (diff) | |
| download | redot-engine-52466d57e9c2897c40698a09482e5e7de230368f.tar.gz | |
Make some debug prints verbose-only, remove others
Diffstat (limited to 'scene/2d/physics_body_2d.cpp')
| -rw-r--r-- | scene/2d/physics_body_2d.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scene/2d/physics_body_2d.cpp b/scene/2d/physics_body_2d.cpp index 02213e07d0..8e31688d90 100644 --- a/scene/2d/physics_body_2d.cpp +++ b/scene/2d/physics_body_2d.cpp @@ -365,13 +365,6 @@ void RigidBody2D::_body_inout(int p_status, ObjectID p_instance, int p_body_shap ERR_FAIL_COND(!contact_monitor); Map<ObjectID, BodyState>::Element *E = contact_monitor->body_map.find(objid); - /*if (obj) { - if (body_in) - print_line("in: "+String(obj->call("get_name"))); - else - print_line("out: "+String(obj->call("get_name"))); - }*/ - ERR_FAIL_COND(!body_in && !E); if (body_in) { |
