Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChrisTerBeke <c.terbeke@ultimaker.com>2017-09-14 17:15:14 +0300
committerChrisTerBeke <c.terbeke@ultimaker.com>2017-09-14 17:15:14 +0300
commit51e257eda67d80658a17f272356eb63ab6a19320 (patch)
treeebb07d16f65769bc9d5f1067a8654e0231f6bcd6 /cura/PlatformPhysics.py
parent4839c922a61c10b797b010437112453356fc166f (diff)
remove unused Logger import
Diffstat (limited to 'cura/PlatformPhysics.py')
-rwxr-xr-xcura/PlatformPhysics.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/cura/PlatformPhysics.py b/cura/PlatformPhysics.py
index 464e9682a6..dc5594dc7b 100755
--- a/cura/PlatformPhysics.py
+++ b/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