mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-29 13:51:12 -07:00
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:
parent
18b2834091
commit
519f6e58d2
1 changed files with 0 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue