mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Remove print statement
This commit is contained in:
parent
879d45b430
commit
90b033e020
1 changed files with 0 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue