From 90b033e02088aba1fec025c772f11085f1530dda Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 18 Sep 2015 13:44:21 +0200 Subject: [PATCH] Remove print statement --- cura/PlatformPhysics.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py index 2b1b84b7c9..aaaf650819 100644 --- a/cura/PlatformPhysics.py +++ b/cura/PlatformPhysics.py @@ -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")