From 519f6e58d22ddd058825e79032db3858f4006805 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 14 Nov 2016 11:40:25 +0100 Subject: [PATCH] Remove debug print This is why it's wise to do a git diff --cached before you commit. Contributes to issue CURA-2625. --- cura/BuildVolume.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/BuildVolume.py b/cura/BuildVolume.py index 26bb3aeaa8..fd7b7f196b 100644 --- a/cura/BuildVolume.py +++ b/cura/BuildVolume.py @@ -438,7 +438,6 @@ class BuildVolume(SceneNode): self._disallowed_areas = [] for extruder_id in result_areas: self._disallowed_areas.extend(result_areas[extruder_id]) - print("FINAL:", self._disallowed_areas) ## Computes the disallowed areas for objects that are printed with print # features.