Remove debug print

This is why it's wise to do a git diff --cached before you commit.

Contributes to issue CURA-2625.
This commit is contained in:
Ghostkeeper 2016-11-14 11:40:25 +01:00
parent 18b2834091
commit 519f6e58d2
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

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