summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inkstitch/stitch_plan/stitch_plan.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/inkstitch/stitch_plan/stitch_plan.py b/inkstitch/stitch_plan/stitch_plan.py
index 0e638f16..a7f39f70 100644
--- a/inkstitch/stitch_plan/stitch_plan.py
+++ b/inkstitch/stitch_plan/stitch_plan.py
@@ -104,8 +104,6 @@ class StitchPlan(object):
maxx = max(bb[2] for bb in color_block_bounding_boxes)
maxy = max(bb[3] for bb in color_block_bounding_boxes)
- import sys; print >> sys.stderr, color_block_bounding_boxes, minx, miny, maxx, maxy
-
return (maxx - minx, maxy - miny)
@property