mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove logging
This commit is contained in:
parent
4ca5987ca8
commit
f07f7a2f12
1 changed files with 0 additions and 3 deletions
|
@ -9,7 +9,6 @@ from UM.Scene.Iterator.BreadthFirstIterator import BreadthFirstIterator
|
|||
from UM.Math.Vector import Vector
|
||||
from UM.Scene.Selection import Selection
|
||||
from UM.Preferences import Preferences
|
||||
from UM.Logger import Logger
|
||||
|
||||
from cura.ConvexHullDecorator import ConvexHullDecorator
|
||||
|
||||
|
@ -46,8 +45,6 @@ class PlatformPhysics:
|
|||
if not self._enabled:
|
||||
return
|
||||
|
||||
Logger.log("d", "was_triggered_by_tool=%s", was_triggered_by_tool)
|
||||
|
||||
root = self._controller.getScene().getRoot()
|
||||
|
||||
# Keep a list of nodes that are moving. We use this so that we don't move two intersecting objects in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue