remove debug

This commit is contained in:
Will McGugan
2022-05-11 14:31:19 +01:00
parent 6763338c05
commit 477e19a012

View File

@@ -569,6 +569,7 @@ class Compositor:
else:
render_x = render_region.x
relative_cuts = [cut - render_x for cut in final_cuts]
# print(relative_cuts)
_, *cut_segments = divide(line, relative_cuts)
# Since we are painting front to back, the first segments for a cut "wins"