Browse Source

Remove logging

ChrisTerBeke 7 years ago
parent
commit
f07f7a2f12
1 changed files with 0 additions and 3 deletions
  1. 0 3
      cura/PlatformPhysics.py

+ 0 - 3
cura/PlatformPhysics.py

@@ -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