Remove print statement

This commit is contained in:
Jaime van Kessel 2015-09-18 13:44:21 +02:00
parent 879d45b430
commit 90b033e020

View file

@ -127,7 +127,6 @@ class PlatformPhysics:
if overlap is None:
continue
print(overlap)
move_vector.setX(overlap[0] * 1.01)
move_vector.setZ(overlap[1] * 1.01)
convex_hull = node.callDecoration("getConvexHull")